Skip to content

Commit 15b7682

Browse files
ci(release): 1.5.0-beta.4 [skip ci]
## [1.5.0-beta.4](v1.5.0-beta.3...v1.5.0-beta.4) (2024-05-25) ### Features * **burr:** added burr integration in graphs and optional burr installation ([ac10128](ac10128)) * **burr-bridge:** BurrBridge class to integrate inside BaseGraph ([6cbd84f](6cbd84f)) * **burr:** first burr integration and docs ([19b27bb](19b27bb)) * **burr-node:** working burr bridge ([654a042](654a042)) ### Docs * **burr:** added dependecies and switched to furo ([819f071](819f071)) * **graph:** added new graphs and schema ([d27cad5](d27cad5))
1 parent 7848060 commit 15b7682

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.5.0-beta.4](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.0-beta.3...v1.5.0-beta.4) (2024-05-25)
2+
3+
4+
### Features
5+
6+
* **burr:** added burr integration in graphs and optional burr installation ([ac10128](https://github.com/VinciGit00/Scrapegraph-ai/commit/ac10128ff3af35c52b48c79d085e458524e8e48a))
7+
* **burr-bridge:** BurrBridge class to integrate inside BaseGraph ([6cbd84f](https://github.com/VinciGit00/Scrapegraph-ai/commit/6cbd84f254ebc1f1c68699273bdd8fcdb0fe26d4))
8+
* **burr:** first burr integration and docs ([19b27bb](https://github.com/VinciGit00/Scrapegraph-ai/commit/19b27bbe852f134cf239fc1945e7906bc24d7098))
9+
* **burr-node:** working burr bridge ([654a042](https://github.com/VinciGit00/Scrapegraph-ai/commit/654a04239640a89d9fa408ccb2e4485247ab84df))
10+
11+
12+
### Docs
13+
14+
* **burr:** added dependecies and switched to furo ([819f071](https://github.com/VinciGit00/Scrapegraph-ai/commit/819f071f2dc64d090cb05c3571aff6c9cb9196d7))
15+
* **graph:** added new graphs and schema ([d27cad5](https://github.com/VinciGit00/Scrapegraph-ai/commit/d27cad591196b932c1bbcbaa936479a030ac67b5))
16+
117
## [1.5.0-beta.3](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.0-beta.2...v1.5.0-beta.3) (2024-05-24)
218

319

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.5.0b3"
5+
version = "1.5.0b4"
66

77

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

0 commit comments

Comments
 (0)