Skip to content

Commit 9da0f95

Browse files
ci(release): 1.2.0-beta.1 [skip ci]
## [1.2.0-beta.1](v1.1.0...v1.2.0-beta.1) (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))
1 parent c2b40ee commit 9da0f95

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

β€ŽCHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.2.0-beta.1](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.1.0...v1.2.0-beta.1) (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))
118

219
## [1.1.0-beta.2](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2024-12-18)
320

β€Žpyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain-scrapegraph"
3-
version = "1.2.0b2"
3+
version = "1.2.0b1"
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)