Skip to content

Commit

Permalink
ci(release): 0.9.0-beta.5 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.0-beta.5](v0.9.0-beta.4...v0.9.0-beta.5) (2024-05-06)

### Features

* fixed custom_graphs example and robots_node ([84fcb44](84fcb44))
* multiple graph instances ([dbb614a](dbb614a))
* **node:** multiple url search in SearchGraph + fixes ([930adb3](930adb3))
  • Loading branch information
semantic-release-bot committed May 6, 2024
1 parent e6387d7 commit 532adb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.9.0-beta.5](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.4...v0.9.0-beta.5) (2024-05-06)


### Features

* fixed custom_graphs example and robots_node ([84fcb44](https://github.com/VinciGit00/Scrapegraph-ai/commit/84fcb44aaa36e84f775884138d04f4a60bb389be))
* multiple graph instances ([dbb614a](https://github.com/VinciGit00/Scrapegraph-ai/commit/dbb614a8dd88d7667fe3daaf0263f5d6e9be1683))
* **node:** multiple url search in SearchGraph + fixes ([930adb3](https://github.com/VinciGit00/Scrapegraph-ai/commit/930adb38f2154ba225342466bfd1846c47df72a0))

## [0.9.0-beta.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.3...v0.9.0-beta.4) (2024-05-05)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "scrapegraphai"

version = "0.9.0b4"
version = "0.9.0b5"

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

0 comments on commit 532adb6

Please sign in to comment.