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

## [1.6.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.1...v1.6.0-beta.2) (2024-06-03)

### Features

* add csv scraper and xml scraper multi ([b408655](b4086550cc))
* add json multiscraper ([5bda918](5bda918a39))
* add pdf scraper multi graph ([f5cbd80](f5cbd80c97))
* removed rag node ([930f673](930f673747))
This commit is contained in:
semantic-release-bot 2024-06-03 11:27:25 +00:00
parent 79ace115c7
commit ed1dc0be08
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## [1.6.0-beta.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.1...v1.6.0-beta.2) (2024-06-03)
### Features
* add csv scraper and xml scraper multi ([b408655](https://github.com/VinciGit00/Scrapegraph-ai/commit/b4086550cc9dc42b2fd91ee7ef60c6a2c2ac3fd2))
* add json multiscraper ([5bda918](https://github.com/VinciGit00/Scrapegraph-ai/commit/5bda918a39e4b50d86d784b4c592cc2ea1a68986))
* add pdf scraper multi graph ([f5cbd80](https://github.com/VinciGit00/Scrapegraph-ai/commit/f5cbd80c977f51233ac1978d8450fcf0ec2ff461))
* removed rag node ([930f673](https://github.com/VinciGit00/Scrapegraph-ai/commit/930f67374752561903462a25728c739946f9449b))
## [1.6.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.5-beta.1...v1.6.0-beta.1) (2024-06-02)

View File

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