ci(release): 0.4.0-beta.1 [skip ci]

## [0.4.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.3.0...v0.4.0-beta.1) (2024-04-27)

### Features

* add new proxy rotation function ([f6077d1](f6077d1f98))

### Bug Fixes

* changed proxy function ([b754dd9](b754dd909c))
This commit is contained in:
semantic-release-bot 2024-04-27 12:46:25 +00:00
parent 1f781de1af
commit 4bc727412f
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [0.4.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.3.0...v0.4.0-beta.1) (2024-04-27)
### Features
* add new proxy rotation function ([f6077d1](https://github.com/VinciGit00/Scrapegraph-ai/commit/f6077d1f98023ac3bf0c89ef6b3d67dde4818df7))
### Bug Fixes
* changed proxy function ([b754dd9](https://github.com/VinciGit00/Scrapegraph-ai/commit/b754dd909cd2aa2d5b5d94d9c7879ba3da58adc4))
## [0.3.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.2.8...v0.3.0) (2024-04-26)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "scrapegraphai"
version = "0.3.1"
version = "0.4.0b1"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [
"Marco Vinciguerra <mvincig11@gmail.com>",