Skip to content

Commit 62fcf34

Browse files
ci(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.0...v1.1.0) (2024-12-05) ### Features * added markdownify and localscraper tools ([03e49dc](03e49dc)) ### CI * **release:** 1.0.0-beta.1 [skip ci] ([fc06960](fc06960))
1 parent 9c37e01 commit 62fcf34

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.1.0](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.0.0...v1.1.0) (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+
113
## 1.0.0 (2024-12-05)
214

315
## 1.0.0-beta.1 (2024-12-05)

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.0.0b1"
3+
version = "1.1.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)