Skip to content

Commit b481fd7

Browse files
ci(release): 0.3.0-beta.1 [skip ci]
## [0.3.0-beta.1](v0.2.8...v0.3.0-beta.1) (2024-04-26) ### Features * trigger new beta release ([6f028c4](6f028c4)) ### CI * add ci workflow to manage lib release with semantic-release ([92cd040](92cd040)) * remove pull request trigger and fix plugin release train ([876fe66](876fe66))
1 parent 6f028c4 commit b481fd7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## [0.3.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.2.8...v0.3.0-beta.1) (2024-04-26)
2+
3+
4+
### Features
5+
6+
* trigger new beta release ([6f028c4](https://github.com/VinciGit00/Scrapegraph-ai/commit/6f028c499342655851044f54de2a8cc1b9b95697))
7+
8+
9+
### CI
10+
11+
* add ci workflow to manage lib release with semantic-release ([92cd040](https://github.com/VinciGit00/Scrapegraph-ai/commit/92cd040dad8ba91a22515f3845f8dbb5f6a6939c))
12+
* remove pull request trigger and fix plugin release train ([876fe66](https://github.com/VinciGit00/Scrapegraph-ai/commit/876fe668d97adef3863446836b10a3c00a2eb82d))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scrapegraphai"
3-
version = "0.2.8"
3+
version = "0.3.0b1"
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 <[email protected]>",

0 commit comments

Comments
 (0)