Skip to content

Commit 24cbb7b

Browse files
ci(release): 0.9.0 [skip ci]
## [0.9.0](v0.8.0...v0.9.0) (2024-05-04) ### Features * Enable end users to pass model instances of HuggingFaceHub ([7599234](7599234)) ### Bug Fixes * trailing whitespace ([2878695](2878695)) ### 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)) * **release:** 0.9.0-beta.1 [skip ci] ([14615a7](14615a7))
1 parent 2878695 commit 24cbb7b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [0.9.0](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.8.0...v0.9.0) (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+
### Bug Fixes
10+
11+
* trailing whitespace ([2878695](https://github.com/VinciGit00/Scrapegraph-ai/commit/2878695d5f35cc9d81f24e4844fdc1988d10cb26))
12+
13+
14+
### Build
15+
16+
* **deps:** bump tqdm from 4.66.1 to 4.66.3 ([0a17c74](https://github.com/VinciGit00/Scrapegraph-ai/commit/0a17c74e50d0457aec289e81183e9c779c735842))
17+
* **deps:** bump tqdm from 4.66.1 to 4.66.3 ([aff6f98](https://github.com/VinciGit00/Scrapegraph-ai/commit/aff6f983b02a37ced21826847a6ace5fb15ecf3d))
18+
19+
20+
### CI
21+
22+
* **release:** 0.8.0-beta.1 [skip ci] ([d277b34](https://github.com/VinciGit00/Scrapegraph-ai/commit/d277b349a98848749a7e38ea3c511271bced3b71))
23+
* **release:** 0.8.0-beta.2 [skip ci] ([892500a](https://github.com/VinciGit00/Scrapegraph-ai/commit/892500afe93c4d96dcffe897b382977a22079b83))
24+
* **release:** 0.9.0-beta.1 [skip ci] ([14615a7](https://github.com/VinciGit00/Scrapegraph-ai/commit/14615a73c71bb5250772a75c415c57cb153660f8))
25+
126
## [0.9.0-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.8.0...v0.9.0-beta.1) (2024-05-04)
227

328

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.9.0b1"
4+
version = "0.9.0"
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)