Skip to content

Commit 4e45dd6

Browse files
ci(release): 0.4.0 [skip ci]
## [0.4.0](v0.3.0...v0.4.0) (2024-04-28) ### Features * add new proxy rotation function ([f6077d1](f6077d1)) ### Bug Fixes * bug for calculate costs ([a9b11e4](a9b11e4)) * bug with fetch node ([9cd5165](9cd5165)) * changed proxy function ([b754dd9](b754dd9)) * robot node and proxyes ([adbc08f](adbc08f)) ### CI * **release:** 0.4.0-beta.1 [skip ci] ([4bc7274](4bc7274)) * **release:** 0.4.0-beta.2 [skip ci] ([3c77acb](3c77acb))
1 parent 67ac884 commit 4e45dd6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [0.4.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.3.0...v0.4.0) (2024-04-28)
2+
3+
4+
### Features
5+
6+
* add new proxy rotation function ([f6077d1](https://github.com/VinciGit00/Scrapegraph-ai/commit/f6077d1f98023ac3bf0c89ef6b3d67dde4818df7))
7+
8+
9+
### Bug Fixes
10+
11+
* bug for calculate costs ([a9b11e4](https://github.com/VinciGit00/Scrapegraph-ai/commit/a9b11e433a28dc111bce260d6a83849410fcb03c))
12+
* bug with fetch node ([9cd5165](https://github.com/VinciGit00/Scrapegraph-ai/commit/9cd516507cc5ad65b100522b488cb0272dc7b366))
13+
* changed proxy function ([b754dd9](https://github.com/VinciGit00/Scrapegraph-ai/commit/b754dd909cd2aa2d5b5d94d9c7879ba3da58adc4))
14+
* robot node and proxyes ([adbc08f](https://github.com/VinciGit00/Scrapegraph-ai/commit/adbc08f27bc0966822f054f3af0e1f94fc0b87f5))
15+
16+
17+
### CI
18+
19+
* **release:** 0.4.0-beta.1 [skip ci] ([4bc7274](https://github.com/VinciGit00/Scrapegraph-ai/commit/4bc727412f3b329491300ae2efb705a8386801d2))
20+
* **release:** 0.4.0-beta.2 [skip ci] ([3c77acb](https://github.com/VinciGit00/Scrapegraph-ai/commit/3c77acbb1de43b8b09b5f46e69e38f9fa5551120))
21+
122
## [0.4.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.4.0-beta.1...v0.4.0-beta.2) (2024-04-27)
223

324

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scrapegraphai"
3-
version = "0.4.0b2"
3+
version = "0.4.0"
44
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
55
authors = [
66
"Marco Vinciguerra <mvincig11@gmail.com>",

0 commit comments

Comments
 (0)