Merge branch 'pre/beta' of https://github.com/VinciGit00/Scrapegraph-ai into pre/beta

This commit is contained in:
Marco Perini 2024-05-25 01:05:35 +02:00
commit e65faca3d8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.5.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.0-beta.2...v1.5.0-beta.3) (2024-05-24)
### Bug Fixes
* **kg:** removed unused nodes and utils ([5684578](https://github.com/VinciGit00/Scrapegraph-ai/commit/5684578fab635e862de58f7847ad736c6a57f766))
## [1.5.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.0-beta.1...v1.5.0-beta.2) (2024-05-24)

View File

@ -2,7 +2,7 @@
name = "scrapegraphai"
version = "1.5.0b2"
version = "1.5.0b3"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."