Skip to content

Commit 04bd3f8

Browse files
ci(release): 1.36.0-beta.1 [skip ci]
## [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))
1 parent 9ae975e commit 04bd3f8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [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)
2+
3+
4+
### Features
5+
6+
* add example of collab ([1fad118](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/1fad1181a6b2d654c4eb996348907940b1d8a7af))
7+
8+
9+
### Bug Fixes
10+
11+
* updated ollama structured output ([3b95911](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3b9591156d96ac7266055703e7ffb354e90b01f0))
12+
13+
14+
### Docs
15+
16+
* improved readme + fix csv scraper imports ([14b4b19](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/14b4b19f60e33c855bee4eea0a1a6fcc01a98c1a))
17+
* refactoring of the doc ([5ca325c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5ca325c7257b71fc4cd12ee26bde3e992ade5756))
18+
119
## [1.35.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0...v1.35.1-beta.1) (2025-01-12)
220

321

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scrapegraphai"
3-
version = "1.35.1b1"
3+
version = "1.36.0b1"
44

55

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

0 commit comments

Comments
 (0)