From da8c72ce138bcfe2627924d25a67afcd22cfafd5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 May 2024 00:20:22 +0000 Subject: [PATCH] ci(release): 0.9.0-beta.3 [skip ci] ## [0.9.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.2...v0.9.0-beta.3) (2024-05-05) ### Features * add claude documentation ([5bdee55](https://github.com/VinciGit00/Scrapegraph-ai/commit/5bdee558760521bab818efc6725739e2a0f55d20)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6adff5d0..ba4cda35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.9.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.2...v0.9.0-beta.3) (2024-05-05) + + +### Features + +* add claude documentation ([5bdee55](https://github.com/VinciGit00/Scrapegraph-ai/commit/5bdee558760521bab818efc6725739e2a0f55d20)) + ## [0.9.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.9.0-beta.1...v0.9.0-beta.2) (2024-05-05) diff --git a/pyproject.toml b/pyproject.toml index d4145336..a94e07ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "scrapegraphai" -version = "0.9.0b2" +version = "0.9.0b3" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines." authors = [