Skip to content

Commit

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

### Bug Fixes

* Schema parameter type ([2b5bd80](2b5bd80))

### Docs

* added first ollama example ([aa6a76e](aa6a76e))
  • Loading branch information
semantic-release-bot committed Jan 21, 2025
1 parent fe9570b commit 006a2aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.36.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.36.0...v1.36.1-beta.1) (2025-01-21)


### Bug Fixes

* Schema parameter type ([2b5bd80](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/2b5bd80a945a24072e578133eacc751feeec6188))


### Docs

* added first ollama example ([aa6a76e](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/aa6a76e5bdf63544f62786b0d17effa205aab3d8))

## [1.36.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0...v1.36.0) (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.36.0"
version = "1.36.1b1"


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 006a2aa

Please sign in to comment.