Skip to content

Commit 2f74c30

Browse files
authored
Merge pull request #87 from VinciGit00/main
merge pre beta with main
2 parents 44bc919 + c548032 commit 2f74c30

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.3.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.2.8...v0.3.0) (2024-04-26)
2+
3+
4+
### Features
5+
6+
* trigger new beta release ([26c92c3](https://github.com/VinciGit00/Scrapegraph-ai/commit/26c92c3969b9a3149d6a16ea4a623a2041b97483))
7+
* trigger new beta release ([6f028c4](https://github.com/VinciGit00/Scrapegraph-ai/commit/6f028c499342655851044f54de2a8cc1b9b95697))
8+
9+
10+
### CI
11+
12+
* **release:** 0.3.0-beta.1 [skip ci] ([b481fd7](https://github.com/VinciGit00/Scrapegraph-ai/commit/b481fd7602dc6b9bdc2644a10ad24981c602efd7))
13+
* **release:** 0.3.0-beta.2 [skip ci] ([7c8dbb8](https://github.com/VinciGit00/Scrapegraph-ai/commit/7c8dbb8ac1f35315abd2740c561d70edf4a8262d))
14+
* add ci workflow to manage lib release with semantic-release ([92cd040](https://github.com/VinciGit00/Scrapegraph-ai/commit/92cd040dad8ba91a22515f3845f8dbb5f6a6939c))
15+
* remove pull request trigger and fix plugin release train ([876fe66](https://github.com/VinciGit00/Scrapegraph-ai/commit/876fe668d97adef3863446836b10a3c00a2eb82d))
16+
117
## [0.3.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.3.0-beta.1...v0.3.0-beta.2) (2024-04-26)
218

319

manual deployment/commit_and_push.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ commit_message="$1"
2323
# Run Pylint on the specified Python files
2424
pylint pylint scrapegraphai/**/*.py scrapegraphai/*.py tests/*.py
2525

26-
# Run the tests
27-
cd tests
28-
29-
pytest
30-
3126
#Make the pull
3227
git pull
3328

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.3.0b2"
3+
version = "0.3.1"
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)