File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
31
## [ 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)
2
32
## [ 1.32.0] ( https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.31.1...v1.32.0 ) (2024-12-02)
3
33
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "scrapegraphai"
3
3
4
4
5
5
6
- version = " 1.32.0b5 "
6
+ version = " 1.33.0b1 "
7
7
8
8
9
9
You can’t perform that action at this time.
0 commit comments