ci(release): 1.15.0-beta.1 [skip ci]

## [1.15.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.1-beta.1...v1.15.0-beta.1) (2024-08-23)

### Features

* ligthweigthing the library ([62f32e9](62f32e994b))

### Bug Fixes

* Azure OpenAI issue ([a92b9c6](a92b9c6970))
This commit is contained in:
semantic-release-bot 2024-08-23 10:24:57 +00:00
parent 62f32e994b
commit 06dc640d44
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [1.15.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.1-beta.1...v1.15.0-beta.1) (2024-08-23)
### Features
* ligthweigthing the library ([62f32e9](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/62f32e994bcb748dfef4f7e1b2e5213a989c33cc))
### Bug Fixes
* Azure OpenAI issue ([a92b9c6](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/a92b9c6970049a4ba9dbdf8eff3eeb7f98c6c639))
## [1.14.1-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.14.0...v1.14.1-beta.1) (2024-08-21)

View File

@ -1,6 +1,6 @@
[project]
name = "scrapegraphai"
version = "1.14.1b1"
version = "1.15.0b1"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },