Skip to content

Commit e721a49

Browse files
ci(release): 1.37.0 [skip ci]
## [1.37.0](v1.36.0...v1.37.0) (2025-01-21) ### Features * add integration for search on web ([224ff07](224ff07)) ### Bug Fixes * search ([ce25b6a](ce25b6a)) ### Docs * add requirements.dev ([6e12981](6e12981)) * added first ollama example ([aa6a76e](aa6a76e))
1 parent b3aa03e commit e721a49

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.37.0](https://github.com./ScrapeGraphAI/Scrapegraph-ai/compare/v1.36.0...v1.37.0) (2025-01-21)
2+
3+
4+
### Features
5+
6+
* add integration for search on web ([224ff07](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/224ff07032d006d75160a7094366fac17023aca1))
7+
8+
9+
### Bug Fixes
10+
11+
* search ([ce25b6a](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/ce25b6a4b0e1ea15edf14a5867f6336bb27590cb))
12+
13+
14+
### Docs
15+
16+
* add requirements.dev ([6e12981](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/6e12981e637d078a6d3b3ce83f0d4901e9dd9996))
17+
* added first ollama example ([aa6a76e](https://github.com./ScrapeGraphAI/Scrapegraph-ai/commit/aa6a76e5bdf63544f62786b0d17effa205aab3d8))
18+
119
## [1.36.0](https://github.com./ScrapeGraphAI/Scrapegraph-ai/compare/v1.35.0...v1.36.0) (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.36.0"
3+
version = "1.37.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)