Skip to content

Commit b80b0be

Browse files
ci(release): 1.3.0 [skip ci]
## [1.3.0](v1.2.0...v1.3.0) (2025-02-22) ### Features * searchscraper ([6a96801](6a96801)) * updated tests searchscraper ([a771564](a771564)) ### Bug Fixes * updated docs url ([f7b640c](f7b640c)) ### Docs * added cookbook reference ([23c912c](23c912c)) * fixed link ([c224f56](c224f56)) * fixed typo ([80a5448](80a5448)) ### CI * **release:** 1.2.1-beta.1 [skip ci] ([8c039e5](8c039e5)) * **release:** 1.3.0-beta.1 [skip ci] ([2c197e3](2c197e3))
1 parent 576fe9f commit b80b0be

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
@@ -1,3 +1,29 @@
1+
## [1.3.0](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.2.0...v1.3.0) (2025-02-22)
2+
3+
4+
### Features
5+
6+
* searchscraper ([6a96801](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/6a968015d9c8f4ce798111850b0f000c3317c467))
7+
* updated tests searchscraper ([a771564](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/a771564838b637f6aef0277e5ca3d723208d6701))
8+
9+
10+
### Bug Fixes
11+
12+
* updated docs url ([f7b640c](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/f7b640c29d9780a30212acb19b09247b765a41ff))
13+
14+
15+
### Docs
16+
17+
* added cookbook reference ([23c912c](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/23c912c83e2090fc4383cadd946f6cbf0eb93319))
18+
* fixed link ([c224f56](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/c224f564848f4c7e8a1c9ba559ef8c4b316c1ce8))
19+
* fixed typo ([80a5448](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/80a5448e0df7449b2a87d35b02989eee4f747220))
20+
21+
22+
### CI
23+
24+
* **release:** 1.2.1-beta.1 [skip ci] ([8c039e5](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/8c039e54a1f29d6046f4a1bfa7cb271acd39471f))
25+
* **release:** 1.3.0-beta.1 [skip ci] ([2c197e3](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/2c197e3a41fb88012acf456d1c2a9a477d3fb77d))
26+
127
## [1.3.0-beta.1](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.2.1-beta.1...v1.3.0-beta.1) (2025-02-22)
228

329

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