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
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
## [1.51.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.50.0...v1.51.0) (2025-05-13)


### Features

* add minor fixes ([0b4b27e](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/0b4b27e550ca725ed974f3488d13b161a2b48d46))

## [1.50.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.49.0...v1.50.0) (2025-04-29)
## [1.50.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.49.0...v1.50.0-beta.1) (2025-04-29)


### Features
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[project]
name = "scrapegraphai"

version = "1.51.0"

version = "1.50.0b1"

description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [
Expand Down