From e872de671717b4106ae7aa7e7b5a0cebecdd72cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Apr 2024 17:37:45 +0000 Subject: [PATCH 1/2] ci(release): 0.3.0 [skip ci] ## [0.3.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.2.8...v0.3.0) (2024-04-26) ### Features * trigger new beta release ([26c92c3](https://github.com/VinciGit00/Scrapegraph-ai/commit/26c92c3969b9a3149d6a16ea4a623a2041b97483)) * trigger new beta release ([6f028c4](https://github.com/VinciGit00/Scrapegraph-ai/commit/6f028c499342655851044f54de2a8cc1b9b95697)) ### CI * **release:** 0.3.0-beta.1 [skip ci] ([b481fd7](https://github.com/VinciGit00/Scrapegraph-ai/commit/b481fd7602dc6b9bdc2644a10ad24981c602efd7)) * **release:** 0.3.0-beta.2 [skip ci] ([7c8dbb8](https://github.com/VinciGit00/Scrapegraph-ai/commit/7c8dbb8ac1f35315abd2740c561d70edf4a8262d)) * add ci workflow to manage lib release with semantic-release ([92cd040](https://github.com/VinciGit00/Scrapegraph-ai/commit/92cd040dad8ba91a22515f3845f8dbb5f6a6939c)) * remove pull request trigger and fix plugin release train ([876fe66](https://github.com/VinciGit00/Scrapegraph-ai/commit/876fe668d97adef3863446836b10a3c00a2eb82d)) --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cfff00..33d05900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [0.3.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.2.8...v0.3.0) (2024-04-26) + + +### Features + +* trigger new beta release ([26c92c3](https://github.com/VinciGit00/Scrapegraph-ai/commit/26c92c3969b9a3149d6a16ea4a623a2041b97483)) +* trigger new beta release ([6f028c4](https://github.com/VinciGit00/Scrapegraph-ai/commit/6f028c499342655851044f54de2a8cc1b9b95697)) + + +### CI + +* **release:** 0.3.0-beta.1 [skip ci] ([b481fd7](https://github.com/VinciGit00/Scrapegraph-ai/commit/b481fd7602dc6b9bdc2644a10ad24981c602efd7)) +* **release:** 0.3.0-beta.2 [skip ci] ([7c8dbb8](https://github.com/VinciGit00/Scrapegraph-ai/commit/7c8dbb8ac1f35315abd2740c561d70edf4a8262d)) +* add ci workflow to manage lib release with semantic-release ([92cd040](https://github.com/VinciGit00/Scrapegraph-ai/commit/92cd040dad8ba91a22515f3845f8dbb5f6a6939c)) +* remove pull request trigger and fix plugin release train ([876fe66](https://github.com/VinciGit00/Scrapegraph-ai/commit/876fe668d97adef3863446836b10a3c00a2eb82d)) + ## [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) diff --git a/pyproject.toml b/pyproject.toml index 37dc42d1..8d9a87bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scrapegraphai" -version = "0.3.0b2" +version = "0.3.0" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." authors = [ "Marco Vinciguerra ", From c548032869d6919d395e1ca18393e113aef9a415 Mon Sep 17 00:00:00 2001 From: VinciGit00 Date: Sat, 27 Apr 2024 12:28:40 +0200 Subject: [PATCH 2/2] add new version --- manual deployment/commit_and_push.sh | 5 ----- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/manual deployment/commit_and_push.sh b/manual deployment/commit_and_push.sh index 3e7dfc63..95be163b 100755 --- a/manual deployment/commit_and_push.sh +++ b/manual deployment/commit_and_push.sh @@ -23,11 +23,6 @@ commit_message="$1" # Run Pylint on the specified Python files pylint pylint scrapegraphai/**/*.py scrapegraphai/*.py tests/*.py -# Run the tests -cd tests - -pytest - #Make the pull git pull diff --git a/pyproject.toml b/pyproject.toml index 8d9a87bc..8c1cfff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scrapegraphai" -version = "0.3.0" +version = "0.3.1" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." authors = [ "Marco Vinciguerra ",