Skip to content

Commit 14615a7

Browse files
ci(release): 0.9.0-beta.1 [skip ci]
## [0.9.0-beta.1](v0.8.0...v0.9.0-beta.1) (2024-05-04) ### Features * Enable end users to pass model instances of HuggingFaceHub ([7599234](7599234)) ### Build * **deps:** bump tqdm from 4.66.1 to 4.66.3 ([0a17c74](0a17c74)) * **deps:** bump tqdm from 4.66.1 to 4.66.3 ([aff6f98](aff6f98)) ### CI * **release:** 0.8.0-beta.1 [skip ci] ([d277b34](d277b34)) * **release:** 0.8.0-beta.2 [skip ci] ([892500a](892500a))
1 parent 2a8ff0f commit 14615a7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.9.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.8.0...v0.9.0-beta.1) (2024-05-04)
2+
3+
4+
### Features
5+
6+
* Enable end users to pass model instances of HuggingFaceHub ([7599234](https://github.com/VinciGit00/Scrapegraph-ai/commit/7599234ab9563ca4ee9b7f5b2d0267daac621ecf))
7+
8+
9+
### Build
10+
11+
* **deps:** bump tqdm from 4.66.1 to 4.66.3 ([0a17c74](https://github.com/VinciGit00/Scrapegraph-ai/commit/0a17c74e50d0457aec289e81183e9c779c735842))
12+
* **deps:** bump tqdm from 4.66.1 to 4.66.3 ([aff6f98](https://github.com/VinciGit00/Scrapegraph-ai/commit/aff6f983b02a37ced21826847a6ace5fb15ecf3d))
13+
14+
15+
### CI
16+
17+
* **release:** 0.8.0-beta.1 [skip ci] ([d277b34](https://github.com/VinciGit00/Scrapegraph-ai/commit/d277b349a98848749a7e38ea3c511271bced3b71))
18+
* **release:** 0.8.0-beta.2 [skip ci] ([892500a](https://github.com/VinciGit00/Scrapegraph-ai/commit/892500afe93c4d96dcffe897b382977a22079b83))
19+
120
## [0.8.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.7.0...v0.8.0) (2024-05-03)
221

322

pyproject.toml

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

4-
version = "0.8.0"
4+
version = "0.9.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)