Skip to content

Commit 60e2fdf

Browse files
ci(release): 1.33.0-beta.1 [skip ci]
## [1.33.0-beta.1](v1.32.0...v1.33.0-beta.1) (2024-12-05) ### Features * add api integration ([8aa9103](8aa9103)) * add API integration ([ba6e931](ba6e931)) * add sdk integration ([209b445](209b445)) * revert search function ([faf0c01](faf0c01)) ### Bug Fixes * error on fetching the code ([7285ab0](7285ab0)) * improved links extraction for parse_node, resolves [#822](#822) ([7da7bfe](7da7bfe)) ### chore * migrate from rye to uv ([5fe528a](5fe528a)) ### CI * **release:** 1.32.0-beta.1 [skip ci] ([b98dd39](b98dd39)) * **release:** 1.32.0-beta.2 [skip ci] ([8b17764](8b17764)) * **release:** 1.32.0-beta.3 [skip ci] ([0769fce](0769fce)), closes [#822](#822) * **release:** 1.32.0-beta.4 [skip ci] ([67c9859](67c9859)) * **release:** 1.32.0-beta.5 [skip ci] ([fbb4252](fbb4252))
1 parent 7f0e1d2 commit 60e2fdf

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [1.33.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.32.0...v1.33.0-beta.1) (2024-12-05)
2+
3+
4+
### Features
5+
6+
* add api integration ([8aa9103](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8aa9103f02af92d9e1a780450daa7bb303afc150))
7+
* add API integration ([ba6e931](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/ba6e931caf5f3d4a3b9c31ec4655fe7a9f0e214c))
8+
* add sdk integration ([209b445](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/209b4456fd668d9d124fd5586b32a4be677d4bf8))
9+
* revert search function ([faf0c01](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/faf0c0123b5e2e548cbd1917e9d1df22e1edb1c5))
10+
11+
12+
### Bug Fixes
13+
14+
* error on fetching the code ([7285ab0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7285ab065bba9099ba2751c9d2f21ee13fed0d5f))
15+
* improved links extraction for parse_node, resolves [#822](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/822) ([7da7bfe](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7da7bfe338a6ce53c83361a1f6cd9ea2d5bd797f))
16+
17+
18+
### chore
19+
20+
* migrate from rye to uv ([5fe528a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5fe528a7e7a3e230d8f68fd83ce5ad6ede5adfef))
21+
22+
23+
### CI
24+
25+
* **release:** 1.32.0-beta.1 [skip ci] ([b98dd39](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/b98dd39150947fb121cd726d343c9d6fb9a31d5f))
26+
* **release:** 1.32.0-beta.2 [skip ci] ([8b17764](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8b17764a53c4e16c7c0178925f9275282f5dba3c))
27+
* **release:** 1.32.0-beta.3 [skip ci] ([0769fce](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/0769fce7d501692bd1135d6337b0aea4a397c8f1)), closes [#822](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/822)
28+
* **release:** 1.32.0-beta.4 [skip ci] ([67c9859](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/67c9859c2078e7ec3b3ac99827deb346860f1a83))
29+
* **release:** 1.32.0-beta.5 [skip ci] ([fbb4252](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fbb42526320cd614684fe1092cac89cde86c27d4))
30+
131
## [1.32.0-beta.5](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.32.0-beta.4...v1.32.0-beta.5) (2024-12-02)
232
## [1.32.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.31.1...v1.32.0) (2024-12-02)
333

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "scrapegraphai"
33

44

55

6-
version = "1.32.0b5"
6+
version = "1.33.0b1"
77

88

99

0 commit comments

Comments
 (0)