Skip to content

Commit 8727d03

Browse files
ci(release): 0.11.0-beta.11 [skip ci]
## [0.11.0-beta.11](v0.11.0-beta.10...v0.11.0-beta.11) (2024-05-14) ### Features * **omni-search:** added omni search graph and updated docs ([fcb3abb](fcb3abb)) * **gpt-4o:** image to text single node test ([90955ca](90955ca)) * **omni-scraper:** working OmniScraperGraph with images ([a296927](a296927)) ### Bug Fixes * **fetch_node:** bug in handling local files ([a6e1813](a6e1813))
1 parent 932df8d commit 8727d03

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.11.0-beta.11](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.11.0-beta.10...v0.11.0-beta.11) (2024-05-14)
2+
3+
4+
### Features
5+
6+
* **omni-search:** added omni search graph and updated docs ([fcb3abb](https://github.com/VinciGit00/Scrapegraph-ai/commit/fcb3abb01d505f634309f9ae3c686bbcaab65107))
7+
* **gpt-4o:** image to text single node test ([90955ca](https://github.com/VinciGit00/Scrapegraph-ai/commit/90955ca52f1e3277072e843fb8d578deea27d09f))
8+
* **omni-scraper:** working OmniScraperGraph with images ([a296927](https://github.com/VinciGit00/Scrapegraph-ai/commit/a2969276245cbedb97741975ea707dab2695f71e))
9+
10+
11+
### Bug Fixes
12+
13+
* **fetch_node:** bug in handling local files ([a6e1813](https://github.com/VinciGit00/Scrapegraph-ai/commit/a6e1813ddd36cc8d7c915e6ea0525835d64d10a2))
14+
115
## [0.11.0-beta.10](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.11.0-beta.9...v0.11.0-beta.10) (2024-05-14)
216

317

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "scrapegraphai"
33

4-
version = "0.11.0b10"
4+
version = "0.11.0b11"
55

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

0 commit comments

Comments
 (0)