Skip to content

Commit 83eab59

Browse files
ci(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.0...v1.2.0) (2024-12-18) ### Features * added pydantic output schema πŸ” ([34b5f10](34b5f10)) ### Docs * added API reference ([d3ce047](d3ce047)) ### CI * **release:** 1.1.0-beta.1 [skip ci] ([6222a16](6222a16)) * **release:** 1.1.0-beta.2 [skip ci] ([d5dae57](d5dae57)) * **release:** 1.2.0-beta.1 [skip ci] ([9da0f95](9da0f95))
1 parent 43793f1 commit 83eab59

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.2.0](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.1.0...v1.2.0) (2024-12-18)
2+
3+
4+
### Features
5+
6+
* added pydantic output schema πŸ” ([34b5f10](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/34b5f1089059daa25c756b44da593a7c0db97aa9))
7+
8+
9+
### Docs
10+
11+
* added API reference ([d3ce047](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/d3ce0470f5c89da910540e42d71afdddd80e8c15))
12+
13+
14+
### CI
15+
16+
* **release:** 1.1.0-beta.1 [skip ci] ([6222a16](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/6222a16a2fec477e7a6e610e0fdd4960e7ccd1b5))
17+
* **release:** 1.1.0-beta.2 [skip ci] ([d5dae57](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/d5dae575921cfa14daa4ceb887b0d7d037d3773d))
18+
* **release:** 1.2.0-beta.1 [skip ci] ([9da0f95](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/9da0f957fa438ec6062ee3fb0cda2023ee262373))
19+
120
## [1.2.0-beta.1](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.1.0...v1.2.0-beta.1) (2024-12-18)
221

322

β€Žpyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-scrapegraph"
3-
version = "1.2.0b1"
3+
version = "1.2.0"
44
description = "Library for extracting structured data from websites using ScrapeGraphAI"
55
authors = ["Marco Perini <[email protected]>", "Marco Vinciguerra <[email protected]>", "Lorenzo Padoan <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
Β (0)