-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/langchain…
…-scrapegraph into pre/beta
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## [1.1.0-beta.1](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.0.0...v1.1.0-beta.1) (2024-12-05) | ||
|
||
|
||
### Features | ||
|
||
* added markdownify and localscraper tools ([03e49dc](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/03e49dce84ef5a1b7a59b6dfd046eb563c14d283)) | ||
|
||
|
||
### CI | ||
|
||
* **release:** 1.0.0-beta.1 [skip ci] ([fc06960](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/fc06960340c68ff325656074d47b0b793a3b25fe)) | ||
|
||
## 1.0.0 (2024-12-05) | ||
|
||
## 1.0.0-beta.1 (2024-12-05) | ||
|
||
|
||
### Features | ||
|
||
* added markdownify and localscraper tools ([03e49dc](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/03e49dce84ef5a1b7a59b6dfd046eb563c14d283)) | ||
* tools integration ([dc7e9a8](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/dc7e9a8fbf4e88bb79e11a9253428b2f61fa1293)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* removed feedback endpoint ([8f4c9d2](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/8f4c9d235eabeae48773e7394d30f93ccc8f8dc4)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langchain-scrapegraph" | ||
version = "1.2.0" | ||
version = "1.1.0b1" | ||
description = "Library for extracting structured data from websites using ScrapeGraphAI" | ||
authors = ["Marco Perini <[email protected]>", "Marco Vinciguerra <[email protected]>", "Lorenzo Padoan <[email protected]>"] | ||
license = "MIT" | ||
|