Skip to content

Commit 77d4432

Browse files
ci(release): 1.54.0-beta.1 [skip ci]
## [1.54.0-beta.1](v1.53.0...v1.54.0-beta.1) (2025-06-06) ### Features * add grok integration ([0c476a4](0c476a4)) ### Bug Fixes * grok integration and add new grok models ([3f18272](3f18272)) ### chore * enhanced a readme ([68bb34c](68bb34c)) ### CI * **release:** 1.52.0-beta.1 [skip ci] ([7adb0f1](7adb0f1)) * **release:** 1.52.0-beta.2 [skip ci] ([386b46a](386b46a))
1 parent 9b4efaf commit 77d4432

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.54.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.53.0...v1.54.0-beta.1) (2025-06-06)
2+
3+
4+
### Features
5+
6+
* add grok integration ([0c476a4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/0c476a4a7bbbec3883f505cd47bcffdcd2d9e5fd))
7+
8+
9+
### Bug Fixes
10+
11+
* grok integration and add new grok models ([3f18272](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3f1827274c60a2729233577666d2fa446c48c4ba))
12+
13+
14+
### chore
15+
16+
* enhanced a readme ([68bb34c](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/68bb34cc5e63b8a1d5acc61b9b61f9ea716a2a51))
17+
18+
19+
### CI
20+
21+
* **release:** 1.52.0-beta.1 [skip ci] ([7adb0f1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/7adb0f1df1efc4e6ada1134f6e53e4d6b072a608))
22+
* **release:** 1.52.0-beta.2 [skip ci] ([386b46a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/386b46a8692c8c18000bb071fc8f312adc3ad05e))
23+
124
## [1.52.0-beta.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.52.0-beta.1...v1.52.0-beta.2) (2025-06-04)
225

326

pyproject.toml

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

4-
version = "1.53.0"
4+
version = "1.54.0b1"
55

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

0 commit comments

Comments
 (0)