Skip to content

Commit fc06960

Browse files
ci(release): 1.0.0-beta.1 [skip ci]
## 1.0.0-beta.1 (2024-12-05) ### Features * added markdownify and localscraper tools ([03e49dc](03e49dc)) * tools integration ([dc7e9a8](dc7e9a8)) ### Bug Fixes * removed feedback endpoint ([8f4c9d2](8f4c9d2))
1 parent 03e49dc commit fc06960

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 1.0.0-beta.1 (2024-12-05)
2+
3+
4+
### Features
5+
6+
* added markdownify and localscraper tools ([03e49dc](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/03e49dce84ef5a1b7a59b6dfd046eb563c14d283))
7+
* tools integration ([dc7e9a8](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/dc7e9a8fbf4e88bb79e11a9253428b2f61fa1293))
8+
9+
10+
### Bug Fixes
11+
12+
* removed feedback endpoint ([8f4c9d2](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/8f4c9d235eabeae48773e7394d30f93ccc8f8dc4))

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.0"
3+
version = "1.0.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)