Skip to content

Commit

Permalink
ci(release): 1.19.0-beta.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.0-beta.12](v1.19.0-beta.11...v1.19.0-beta.12) (2024-09-14)

### Bug Fixes

* Refactor code to use CustomOpenAiCallbackManager for exclusive access to get_openai_callback ([e657113](e657113))

### Docs

* added telemetry info ([62912c2](62912c2))
  • Loading branch information
semantic-release-bot committed Sep 14, 2024
1 parent d7afdb1 commit bd2afef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.19.0-beta.12](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.19.0-beta.11...v1.19.0-beta.12) (2024-09-14)


### Bug Fixes

* Refactor code to use CustomOpenAiCallbackManager for exclusive access to get_openai_callback ([e657113](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/e657113ebc91336bb842f21e1ec74a952a0da6ba))


### Docs

* added telemetry info ([62912c2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/62912c263ec7144e2d509925593027a60d258672))

## [1.19.0-beta.11](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.19.0-beta.10...v1.19.0-beta.11) (2024-09-13)


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


version = "1.19.0b11"
version = "1.19.0b12"

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 bd2afef

Please sign in to comment.