Skip to content

Commit

Permalink
ci(release): 0.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.2](v0.5.1...v0.5.2) (2024-05-02)

### Bug Fixes

* bug on script_creator_graph.py ([4a3bc37](4a3bc37))
  • Loading branch information
semantic-release-bot committed May 2, 2024
1 parent 4a3bc37 commit 15be111
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.1...v0.5.2) (2024-05-02)


### Bug Fixes

* bug on script_creator_graph.py ([4a3bc37](https://github.com/VinciGit00/Scrapegraph-ai/commit/4a3bc37f2fbb24953edd68f28234ff14302ac120))

## [0.5.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0...v0.5.1) (2024-05-02)


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.5.1"
version = "0.5.2"

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 15be111

Please sign in to comment.