Skip to content

Commit 3453ac0

Browse files
ci(release): 1.6.0-beta.11 [skip ci]
## [1.6.0-beta.11](v1.6.0-beta.10...v1.6.0-beta.11) (2024-06-09) ### Bug Fixes * bug on generate_answer_node ([1d38ed1](1d38ed1)) * getter ([67d83cf](67d83cf)) * update openai tts class ([10672d6](10672d6)) ### Docs * add Japanese README ([4559ab6](4559ab6)) * update japanese.md ([f0042a8](f0042a8)) * update README.md ([871e398](871e398)) ### Test * Enhance JSON scraping pipeline test ([d845a1b](d845a1b)) ### CI * **release:** 1.5.5 [skip ci] ([3629215](3629215)) * **release:** 1.5.6 [skip ci] ([49cdadf](49cdadf)) * **release:** 1.5.7 [skip ci] ([c17daca](c17daca))
1 parent 9326637 commit 3453ac0

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [1.6.0-beta.11](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.10...v1.6.0-beta.11) (2024-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* bug on generate_answer_node ([1d38ed1](https://github.com/VinciGit00/Scrapegraph-ai/commit/1d38ed146afae95dae1f35ac51180a1882bf8a29))
7+
* getter ([67d83cf](https://github.com/VinciGit00/Scrapegraph-ai/commit/67d83cff46d8ea606b8972c364ab4c56e6fa4fe4))
8+
* update openai tts class ([10672d6](https://github.com/VinciGit00/Scrapegraph-ai/commit/10672d6ebb06d950bbf8b66cc9a2d420c183013d))
9+
10+
11+
### Docs
12+
13+
* add Japanese README ([4559ab6](https://github.com/VinciGit00/Scrapegraph-ai/commit/4559ab6db845a0d94371a09d0ed1e1623eed9ee2))
14+
* update japanese.md ([f0042a8](https://github.com/VinciGit00/Scrapegraph-ai/commit/f0042a8e33f8fb8b113681ee0a9995d329bb0faa))
15+
* update README.md ([871e398](https://github.com/VinciGit00/Scrapegraph-ai/commit/871e398a26786d264dbd1b2743864ed2cc12b3da))
16+
17+
18+
### Test
19+
20+
* Enhance JSON scraping pipeline test ([d845a1b](https://github.com/VinciGit00/Scrapegraph-ai/commit/d845a1ba7d6e7f7574b92b51b6d5326bbfb3d1c6))
21+
22+
23+
### CI
24+
25+
* **release:** 1.5.5 [skip ci] ([3629215](https://github.com/VinciGit00/Scrapegraph-ai/commit/36292150daf6449d6af58fc18ced1771e70e45cc))
26+
* **release:** 1.5.6 [skip ci] ([49cdadf](https://github.com/VinciGit00/Scrapegraph-ai/commit/49cdadf11722abe5b60b49f1c7f90186771356cc))
27+
* **release:** 1.5.7 [skip ci] ([c17daca](https://github.com/VinciGit00/Scrapegraph-ai/commit/c17daca409fd3aaa5eaf0c3372c14127aeaf7d3d))
28+
129
## [1.6.0-beta.10](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.6.0-beta.9...v1.6.0-beta.10) (2024-06-08)
230

331

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "scrapegraphai"
33

44

5-
version = "1.6.0b10"
5+
version = "1.6.0b11"
66

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

0 commit comments

Comments
 (0)