Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [1.3.0](https://github.com/ScrapeGraphAI/langchain-scrapegraph/compare/v1.2.0...v1.3.0) (2025-02-22)


### Features

* searchscraper ([6a96801](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/6a968015d9c8f4ce798111850b0f000c3317c467))
* updated tests searchscraper ([a771564](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/a771564838b637f6aef0277e5ca3d723208d6701))


### Bug Fixes

* updated docs url ([f7b640c](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/f7b640c29d9780a30212acb19b09247b765a41ff))


### Docs

* added cookbook reference ([23c912c](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/23c912c83e2090fc4383cadd946f6cbf0eb93319))
* fixed link ([c224f56](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/c224f564848f4c7e8a1c9ba559ef8c4b316c1ce8))
* fixed typo ([80a5448](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/80a5448e0df7449b2a87d35b02989eee4f747220))


### CI

* **release:** 1.2.1-beta.1 [skip ci] ([8c039e5](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/8c039e54a1f29d6046f4a1bfa7cb271acd39471f))
* **release:** 1.3.0-beta.1 [skip ci] ([2c197e3](https://github.com/ScrapeGraphAI/langchain-scrapegraph/commit/2c197e3a41fb88012acf456d1c2a9a477d3fb77d))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain-scrapegraph"
version = "1.3.0b1"
version = "1.3.0"
description = "Library for extracting structured data from websites using ScrapeGraphAI"
authors = ["Marco Perini <marco.perini@scrapegraphai.com>", "Marco Vinciguerra <marco.vinciguerra@scrapegraphai.com>", "Lorenzo Padoan <lorenzo.padoan@scrapegraphai.com>"]
license = "MIT"
Expand Down