Skip to content

Commit 3f56e13

Browse files
committed
Merge branch 'pre/beta' of https://github.com/ScrapeGraphAI/langchain-scrapegraph into pre/beta
2 parents 34b5f10 + 6222a16 commit 3f56e13

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## [1.1.0-beta.1](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.0.0...v1.1.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+
8+
9+
### CI
10+
11+
* **release:** 1.0.0-beta.1 [skip ci] ([fc06960](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/fc06960340c68ff325656074d47b0b793a3b25fe))
12+
13+
## 1.0.0 (2024-12-05)
14+
15+
## 1.0.0-beta.1 (2024-12-05)
16+
17+
18+
### Features
19+
20+
* added markdownify and localscraper tools ([03e49dc](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/03e49dce84ef5a1b7a59b6dfd046eb563c14d283))
21+
* tools integration ([dc7e9a8](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/dc7e9a8fbf4e88bb79e11a9253428b2f61fa1293))
22+
23+
24+
### Bug Fixes
25+
26+
* removed feedback endpoint ([8f4c9d2](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/8f4c9d235eabeae48773e7394d30f93ccc8f8dc4))

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.0"
3+
version = "1.1.0b1"
44
description = "Library for extracting structured data from websites using ScrapeGraphAI"
55
authors = ["Marco Perini <marco.perini@scrapegraphai.com>", "Marco Vinciguerra <marco.vinciguerra@scrapegraphai.com>", "Lorenzo Padoan <lorenzo.padoan@scrapegraphai.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)