From 9be7dcd8d1f5b64e6a6c29c931f0195e04bb4f23 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Feb 2025 11:12:59 +0000 Subject: [PATCH] ci(release): 1.39.0-beta.1 [skip ci] ## [1.39.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.38.1-beta.1...v1.39.0-beta.1) (2025-02-17) ### Features * add the new handling exception ([5c0bc46](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5c0bc46c6322ea07efa31d95819d7da47462f981)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f818e216..74ac00a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.39.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.38.1-beta.1...v1.39.0-beta.1) (2025-02-17) + + +### Features + +* add the new handling exception ([5c0bc46](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/5c0bc46c6322ea07efa31d95819d7da47462f981)) + ## [1.38.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.38.0...v1.38.1-beta.1) (2025-02-13) diff --git a/pyproject.toml b/pyproject.toml index 06c571ec..3ce4c882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "scrapegraphai" -version = "1.38.1b1" +version = "1.39.0b1" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."