Skip to content

Commit 6b22a9d

Browse files
ci(release): 0.5.0 [skip ci]
## [0.5.0](v0.4.1...v0.5.0) (2024-04-30) ### Features * add cluade integration ([e0ffc83](e0ffc83)) * add co-author ([719a353](719a353)) * **fetch:** added playwright support ([42ab0aa](42ab0aa)) * added verbose flag to suppress print statements ([2dd7817](2dd7817)) * base groq + requirements + toml update with groq ([7dd5b1a](7dd5b1a)) * **refactor:** changed variable names ([8fba7e5](8fba7e5)) * **llm:** implemented groq model ([dbbf10f](dbbf10f)) * updated requirements.txt ([d368725](d368725)) ### Bug Fixes * script generator and add new benchmarks ([e3d0194](e3d0194)) ### CI * **release:** 0.4.0-beta.3 [skip ci] ([d13321b](d13321b)) * **release:** 0.5.0-beta.1 [skip ci] ([450291f](450291f)) * **release:** 0.5.0-beta.2 [skip ci] ([ff7d12f](ff7d12f)) * **release:** 0.5.0-beta.3 [skip ci] ([7e81f7c](7e81f7c)) * **release:** 0.5.0-beta.4 [skip ci] ([14e56f6](14e56f6)) * **release:** 0.5.0-beta.5 [skip ci] ([5ac97e2](5ac97e2)) * **release:** 0.5.0-beta.6 [skip ci] ([9356124](9356124))
1 parent b99e362 commit 6b22a9d

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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+
131
## [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)
232

333

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.5.0b6"
4+
version = "0.5.0"
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)