Skip to content

Commit 7b5010f

Browse files
ci(release): 1.28.0 [skip ci]
## [1.28.0](v1.27.0...v1.28.0) (2024-11-01) ### Features * add new mistral models ([6914170](6914170)) * refactoring of the base_graph ([12a6c18](12a6c18)) * update generate answer ([7172b32](7172b32)) ### Bug Fixes * **AbstractGraph:** manually select model tokens ([f79f399](f79f399)), closes [#768](#768) ### CI * **release:** 1.27.0-beta.11 [skip ci] ([3b2cadc](3b2cadc)) * **release:** 1.27.0-beta.12 [skip ci] ([62369e3](62369e3)) * **release:** 1.27.0-beta.13 [skip ci] ([deed355](deed355)), closes [#768](#768) * **release:** 1.28.0-beta.1 [skip ci] ([8cbe582](8cbe582)), closes [#768](#768) [#768](#768) * **release:** 1.28.0-beta.2 [skip ci] ([7e3598d](7e3598d))
1 parent 9f0ba35 commit 7b5010f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [1.28.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.27.0...v1.28.0) (2024-11-01)
2+
3+
4+
### Features
5+
6+
* add new mistral models ([6914170](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/691417089014b5b0b64a1b26687cbb0cba693952))
7+
* refactoring of the base_graph ([12a6c18](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/12a6c18f6ac205b744d1de92e217cfc2dfc3486c))
8+
* update generate answer ([7172b32](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7172b32a0f37f547edccab7bd09406e73c9ec5b2))
9+
10+
11+
### Bug Fixes
12+
13+
* **AbstractGraph:** manually select model tokens ([f79f399](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/f79f399ee0d660f162e0cb96d9faba48ecdc88b2)), closes [#768](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/768)
14+
15+
16+
### CI
17+
18+
* **release:** 1.27.0-beta.11 [skip ci] ([3b2cadc](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3b2cadce1a93f31bd7a8fda64f7afcf802ada9e2))
19+
* **release:** 1.27.0-beta.12 [skip ci] ([62369e3](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/62369e3e2886eb8cc09f6ef64865140a87a28b60))
20+
* **release:** 1.27.0-beta.13 [skip ci] ([deed355](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/deed355551d01d92dde11f8c0b373bdd43f8b8cf)), closes [#768](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/768)
21+
* **release:** 1.28.0-beta.1 [skip ci] ([8cbe582](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/8cbe582ea99945ea6543f4c2000298acaa3d75c8)), closes [#768](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/768) [#768](https://github.com/ScrapeGraphAI/Scrapegraph-ai/issues/768)
22+
* **release:** 1.28.0-beta.2 [skip ci] ([7e3598d](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7e3598ddfacb2440df7b06e95b265b1b37cb4ea3))
23+
124
## [1.28.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.28.0-beta.1...v1.28.0-beta.2) (2024-10-31)
225

326

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.28.0b2"
5+
version = "1.28.0"
66

77

88

0 commit comments

Comments
 (0)