Skip to content

Commit 63c0dd9

Browse files
ci(release): 0.11.0-beta.1 [skip ci]
## [0.11.0-beta.1](v0.10.0...v0.11.0-beta.1) (2024-05-10) ### Features * Add support for passing pdf path as source ([f10f3b1](f10f3b1)) * update info ([4ed0fb8](4ed0fb8)) ### Bug Fixes * add json integration ([0ab31c3](0ab31c3)) * Augment the information getting fetched from a webpage ([f8ce3d5](f8ce3d5)) * fixed bugs for csv and xml ([324e977](324e977)) * limit python version to < 3.12 ([a37fbbc](a37fbbc)) ### CI * **release:** 0.10.0-beta.3 [skip ci] ([ad32298](ad32298)) * **release:** 0.10.0-beta.4 [skip ci] ([548bff9](548bff9)) * **release:** 0.10.0-beta.5 [skip ci] ([28c9dce](28c9dce)) * **release:** 0.10.0-beta.6 [skip ci] ([460d292](460d292))
1 parent 4e62689 commit 63c0dd9

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [0.11.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.10.0...v0.11.0-beta.1) (2024-05-10)
2+
3+
4+
### Features
5+
6+
* Add support for passing pdf path as source ([f10f3b1](https://github.com/VinciGit00/Scrapegraph-ai/commit/f10f3b1438e0c625b7f2fa52faeb5a6c12116113))
7+
* update info ([4ed0fb8](https://github.com/VinciGit00/Scrapegraph-ai/commit/4ed0fb89c3e6068190a7775bedcb6ae65ba59d18))
8+
9+
10+
### Bug Fixes
11+
12+
* add json integration ([0ab31c3](https://github.com/VinciGit00/Scrapegraph-ai/commit/0ab31c3fdbd56652ed306e60109301f60e8042d3))
13+
* Augment the information getting fetched from a webpage ([f8ce3d5](https://github.com/VinciGit00/Scrapegraph-ai/commit/f8ce3d5916eab926275d59d4d48b0d89ec9cd43f))
14+
* fixed bugs for csv and xml ([324e977](https://github.com/VinciGit00/Scrapegraph-ai/commit/324e977b853ecaa55bac4bf86e7cd927f7f43d0d))
15+
* limit python version to < 3.12 ([a37fbbc](https://github.com/VinciGit00/Scrapegraph-ai/commit/a37fbbcbcfc3ddd0cc66f586f279676b52c4abfe))
16+
17+
18+
### CI
19+
20+
* **release:** 0.10.0-beta.3 [skip ci] ([ad32298](https://github.com/VinciGit00/Scrapegraph-ai/commit/ad32298e70fc626fd62c897e153b806f79dba9b9))
21+
* **release:** 0.10.0-beta.4 [skip ci] ([548bff9](https://github.com/VinciGit00/Scrapegraph-ai/commit/548bff9d77c8b4d2aadee40e966a06cc9d7fd4ab))
22+
* **release:** 0.10.0-beta.5 [skip ci] ([28c9dce](https://github.com/VinciGit00/Scrapegraph-ai/commit/28c9dce7cbda49750172bafd7767fa48a0c33859))
23+
* **release:** 0.10.0-beta.6 [skip ci] ([460d292](https://github.com/VinciGit00/Scrapegraph-ai/commit/460d292af21fabad3fdd2b66110913ccee22ba91))
124

225
### Bug Fixes
326

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.10.0b6"
4+
version = "0.11.0b1"
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)