File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.5.0] ( https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.4.1...v0.5.0 ) (2024-04-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * add cluade integration ([ e0ffc83] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/e0ffc838b06c0f024026a275fc7f7b4243ad5cf9 ) )
7
+ * add co-author ([ 719a353] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/719a353410992cc96f46ec984a5d3ec372e71ad2 ) )
8
+ * ** fetch:** added playwright support ([ 42ab0aa] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/42ab0aa1d275b5798ab6fc9feea575fe59b6e767 ) )
9
+ * added verbose flag to suppress print statements ([ 2dd7817] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/2dd7817cfb37cfbeb7e65b3a24655ab238f48026 ) )
10
+ * base groq + requirements + toml update with groq ([ 7dd5b1a] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/7dd5b1a03327750ffa5b2fb647eda6359edd1fc2 ) )
11
+ * ** refactor:** changed variable names ([ 8fba7e5] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/8fba7e5490f916b325588443bba3fff5c0733c17 ) )
12
+ * ** llm:** implemented groq model ([ dbbf10f] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/dbbf10fc77b34d99d64c6cd7f74524b6d8e57fa5 ) )
13
+ * updated requirements.txt ([ d368725] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/d36872518a6d234eba5f8b7ddca7da93797874b2 ) )
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * script generator and add new benchmarks ([ e3d0194] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/e3d0194dc93b20dc254fc48bba11559bf8a3a185 ) )
19
+
20
+
21
+ ### CI
22
+
23
+ * ** release:** 0.4.0-beta.3 [ skip ci] ([ d13321b] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/d13321b2f86d98e2a3a0c563172ca0dd29cdf5fb ) )
24
+ * ** release:** 0.5.0-beta.1 [ skip ci] ([ 450291f] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/450291f52e48cd35b2b8cc50ff66f5336326fa25 ) )
25
+ * ** release:** 0.5.0-beta.2 [ skip ci] ([ ff7d12f] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/ff7d12f1389d8eed87e9f6b2fc8b099767a904a9 ) )
26
+ * ** release:** 0.5.0-beta.3 [ skip ci] ([ 7e81f7c] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/7e81f7c03f79c43219743be52affabbaf0d66387 ) )
27
+ * ** release:** 0.5.0-beta.4 [ skip ci] ([ 14e56f6] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/14e56f6ab1711a08e749edbda860d349db491dae ) )
28
+ * ** release:** 0.5.0-beta.5 [ skip ci] ([ 5ac97e2] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/5ac97e2fb321be40c9787fbf8cb53fa62cf0ce06 ) )
29
+ * ** release:** 0.5.0-beta.6 [ skip ci] ([ 9356124] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/9356124ce39568e88f7d2965181579c4ff0a5752 ) )
30
+
1
31
## [ 0.5.0-beta.6] ( https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.5.0-beta.5...v0.5.0-beta.6 ) (2024-04-30)
2
32
3
33
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " scrapegraphai"
3
3
4
- version = " 0.5.0b6 "
4
+ version = " 0.5.0 "
5
5
6
6
description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
7
7
authors = [
You can’t perform that action at this time.
0 commit comments