From 90d5691a5719a699277919b4f87460b40eff69e4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 May 2024 22:46:12 +0000 Subject: [PATCH] ci(release): 1.5.0-beta.3 [skip ci] ## [1.5.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.0-beta.2...v1.5.0-beta.3) (2024-05-24) ### Bug Fixes * **kg:** removed unused nodes and utils ([5684578](https://github.com/VinciGit00/Scrapegraph-ai/commit/5684578fab635e862de58f7847ad736c6a57f766)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3ec443..1241c41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.0-beta.2...v1.5.0-beta.3) (2024-05-24) + + +### Bug Fixes + +* **kg:** removed unused nodes and utils ([5684578](https://github.com/VinciGit00/Scrapegraph-ai/commit/5684578fab635e862de58f7847ad736c6a57f766)) + ## [1.5.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.0-beta.1...v1.5.0-beta.2) (2024-05-24) diff --git a/pyproject.toml b/pyproject.toml index 71448837..3d064b1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.5.0b2" +version = "1.5.0b3" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."