Skip to content

Commit 7080a0a

Browse files
ci(release): 1.11.0-beta.1 [skip ci]
## [1.11.0-beta.1](v1.10.4...v1.11.0-beta.1) (2024-07-23) ### Features * add new toml ([fcb3220](fcb3220)) * add nvidia connection ([fc0dadb](fc0dadb)) ### Bug Fixes * **md_conversion:** add absolute links md, added missing dependency ([12b5ead](12b5ead)) ### chore * **dependecies:** add script to auto-update requirements ([3289c7b](3289c7b)) * **ci:** set up workflow for requirements auto-update ([295fc28](295fc28)) * update requirements.txt ([c7bac98](c7bac98)) * upgrade dependencies and scripts ([74d142e](74d142e)) * **pyproject:** upgrade dependencies ([0425124](0425124)) ### Docs * add hero image ([4182e23](4182e23)) * updated readme ([c377ae0](c377ae0)) ### CI * **release:** 1.10.0-beta.6 [skip ci] ([254bde7](254bde7)) * **release:** 1.10.0-beta.7 [skip ci] ([1756e85](1756e85)) * **release:** 1.10.0-beta.8 [skip ci] ([255e569](255e569))
1 parent 49b6468 commit 7080a0a

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## [1.11.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.10.4...v1.11.0-beta.1) (2024-07-23)
2+
3+
4+
### Features
5+
6+
* add new toml ([fcb3220](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fcb3220868e7ef1127a7a47f40d0379be282e6eb))
7+
* add nvidia connection ([fc0dadb](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fc0dadb8f812dfd636dec856921a971b58695ce3))
8+
9+
10+
### Bug Fixes
11+
12+
* **md_conversion:** add absolute links md, added missing dependency ([12b5ead](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/12b5eada6ea783770afd630ede69b8cf867a7ded))
13+
14+
15+
### chore
16+
17+
* **dependecies:** add script to auto-update requirements ([3289c7b](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/3289c7bf5ec58ac3d04e9e5e8e654af9abcee228))
18+
* **ci:** set up workflow for requirements auto-update ([295fc28](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/295fc28ceb02c78198f7fbe678352503b3259b6b))
19+
* update requirements.txt ([c7bac98](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/c7bac98d2e79e5ab98fa65d7efa858a2cdda1622))
20+
* upgrade dependencies and scripts ([74d142e](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/74d142eaae724b087eada9c0c876b40a2ccc7cae))
21+
* **pyproject:** upgrade dependencies ([0425124](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/0425124c570f765b98fcf67ba6649f4f9fe76b15))
22+
23+
24+
### Docs
25+
26+
* add hero image ([4182e23](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/4182e23e3b8d8f141b119b6014ae3ff20b3892e3))
27+
* updated readme ([c377ae0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/c377ae0544a78ebdc0d15f8d23b3846c26876c8c))
28+
29+
30+
### CI
31+
32+
* **release:** 1.10.0-beta.6 [skip ci] ([254bde7](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/254bde7008b41ffa434925e3ae84340c53a565bd))
33+
* **release:** 1.10.0-beta.7 [skip ci] ([1756e85](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/1756e8522f3874de8afbef9ac327f9b3f1a49d07))
34+
* **release:** 1.10.0-beta.8 [skip ci] ([255e569](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/255e569172b1029bc2a723b2ec66bcf3d3ee3791))
135

236
## [1.10.0-beta.8](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.10.0-beta.7...v1.10.0-beta.8) (2024-07-23)
337

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.10.4"
4+
version = "1.11.0b1"
55

66

77

0 commit comments

Comments
 (0)