Skip to content

Commit

Permalink
ci(release): 1.36.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.36.0-beta.1](v1.35.1-beta.1...v1.36.0-beta.1) (2025-01-12)

### Features

* add example of collab ([1fad118](1fad118))

### Bug Fixes

* updated ollama structured output ([3b95911](3b95911))

### Docs

* improved readme + fix csv scraper imports ([14b4b19](14b4b19))
* refactoring of the doc ([5ca325c](5ca325c))
  • Loading branch information
semantic-release-bot committed Jan 12, 2025
1 parent 9ae975e commit 04bd3f8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.36.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.1-beta.1...v1.36.0-beta.1) (2025-01-12)


### Features

* add example of collab ([1fad118](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/1fad1181a6b2d654c4eb996348907940b1d8a7af))


### Bug Fixes

* updated ollama structured output ([3b95911](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3b9591156d96ac7266055703e7ffb354e90b01f0))


### Docs

* improved readme + fix csv scraper imports ([14b4b19](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/14b4b19f60e33c855bee4eea0a1a6fcc01a98c1a))
* refactoring of the doc ([5ca325c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5ca325c7257b71fc4cd12ee26bde3e992ade5756))

## [1.35.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0...v1.35.1-beta.1) (2025-01-12)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scrapegraphai"
version = "1.35.1b1"
version = "1.36.0b1"


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

0 comments on commit 04bd3f8

Please sign in to comment.