Skip to content

Commit

Permalink
ci(release): 1.26.0-beta.17 [skip ci]
Browse files Browse the repository at this point in the history
## [1.26.0-beta.17](ScrapeGraphAI/Scrapegraph-ai@v1.26.0-beta.16...v1.26.0-beta.17) (2024-10-12)

### Features

* async invocation ([257f393](ScrapeGraphAI@257f393))
* refactoring of mdscraper ([3b7b701](ScrapeGraphAI@3b7b701))

### Bug Fixes

* bugs ([026a70b](ScrapeGraphAI@026a70b))
* search_on_web paremter ([7f03ec1](ScrapeGraphAI@7f03ec1))
  • Loading branch information
semantic-release-bot committed Oct 12, 2024
1 parent e4421ff commit f17089c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.26.0-beta.17](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.26.0-beta.16...v1.26.0-beta.17) (2024-10-12)


### Features

* async invocation ([257f393](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/257f393761e8ff823e37c72659c8b55925c4aecb))
* refactoring of mdscraper ([3b7b701](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3b7b701a89aad503dea771db3f043167f7203d46))


### Bug Fixes

* bugs ([026a70b](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/026a70bd3a01b0ebab4d175ae4005e7f3ba3a833))
* search_on_web paremter ([7f03ec1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7f03ec15de20fc2d6c2aad2655cc5348cced1951))

## [1.26.0-beta.16](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.26.0-beta.15...v1.26.0-beta.16) (2024-10-11)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "scrapegraphai"

version = "1.26.0b16"
version = "1.26.0b17"

description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [
Expand Down

0 comments on commit f17089c

Please sign in to comment.