Skip to content

Commit 93df56c

Browse files
ci(release): 1.36.0 [skip ci]
## [1.36.0](v1.35.0...v1.36.0) (2025-01-12) ### Features * add example of collab ([1fad118](1fad118)) ### Bug Fixes * ollama tokenizer limited to 1024 tokens + ollama structured output + fix browser backend ([ad693b2](ad693b2)) * updated ollama structured output ([3b95911](3b95911)) ### Docs * ✨ code quality badge update ([02022cc](02022cc)) * improved readme + fix csv scraper imports ([14b4b19](14b4b19)) * refactoring of the doc ([5ca325c](5ca325c)) ### CI * **release:** 1.35.1-beta.1 [skip ci] ([1d17d92](1d17d92)) * **release:** 1.36.0-beta.1 [skip ci] ([04bd3f8](04bd3f8))
1 parent 6951b7b commit 93df56c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [1.36.0](https://github.com./ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0...v1.36.0) (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+
* ollama tokenizer limited to 1024 tokens + ollama structured output + fix browser backend ([ad693b2](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/ad693b2bb201b4d9280139e70a2930358e779366))
12+
* updated ollama structured output ([3b95911](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/3b9591156d96ac7266055703e7ffb354e90b01f0))
13+
14+
15+
### Docs
16+
17+
* ✨ code quality badge update ([02022cc](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/02022cc5db39fede1a1d920d17e18ba0d05328ba))
18+
* improved readme + fix csv scraper imports ([14b4b19](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/14b4b19f60e33c855bee4eea0a1a6fcc01a98c1a))
19+
* refactoring of the doc ([5ca325c](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/5ca325c7257b71fc4cd12ee26bde3e992ade5756))
20+
21+
22+
### CI
23+
24+
* **release:** 1.35.1-beta.1 [skip ci] ([1d17d92](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/1d17d92c1f4a29da9d9333dd9a06ea9baf043192))
25+
* **release:** 1.36.0-beta.1 [skip ci] ([04bd3f8](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/04bd3f8e572fc79e3e3ad439cd3bb72a409edf91))
26+
127
## [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)
228

329

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scrapegraphai"
3-
version = "1.36.0b1"
3+
version = "1.36.0"
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)