ci(release): 1.6.0-beta.7 [skip ci]

## [1.6.0-beta.7](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.6...v1.6.0-beta.7) (2024-06-05)

### Features

* **pydantic:** added pydantic output schema ([376f758](376f758a76))
* **append_node:** append node to existing graph ([f8b08e0](f8b08e0b33))
This commit is contained in:
semantic-release-bot 2024-06-05 07:06:33 +00:00
parent a7443a7f98
commit cab5f6828c
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [1.6.0-beta.7](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.6...v1.6.0-beta.7) (2024-06-05)
### Features
* **pydantic:** added pydantic output schema ([376f758](https://github.com/VinciGit00/Scrapegraph-ai/commit/376f758a76e3e111dc34416dedf8e294dc190963))
* **append_node:** append node to existing graph ([f8b08e0](https://github.com/VinciGit00/Scrapegraph-ai/commit/f8b08e0b33ca31124c2773f47a624eeb0a4f302f))
## [1.6.0-beta.6](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.5...v1.6.0-beta.6) (2024-06-04)

View File

@ -2,7 +2,7 @@
name = "scrapegraphai"
version = "1.6.0b6"
version = "1.6.0b7"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."