ci(release): 1.20.0-beta.3 [skip ci]

## [1.20.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.20.0-beta.2...v1.20.0-beta.3) (2024-09-18)

### Features

* updated pydantic to v2 ([eb89549](eb89549248))

### Refactor

* Output parser code ([28b85a3](28b85a3b16))
This commit is contained in:
semantic-release-bot 2024-09-18 07:55:58 +00:00
parent e6e2ce6db4
commit cca783cfeb
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## [1.20.0-beta.3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.20.0-beta.2...v1.20.0-beta.3) (2024-09-18)
### Features
* updated pydantic to v2 ([eb89549](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/eb895492481192ac6b19a1b6714490e7b2ae3ef3))
### Refactor
* Output parser code ([28b85a3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/28b85a3b16e0f07fce41b0ed27f8e337a5537c3c))
## [1.20.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.20.0-beta.1...v1.20.0-beta.2) (2024-09-17)

View File

@ -1,7 +1,7 @@
[project]
name = "scrapegraphai"
version = "1.20.0b2"
version = "1.20.0b3"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."