From 6ea1d2c4d0aaf7a341a2ea6ea7070438a7610fe4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 May 2024 16:25:33 +0000 Subject: [PATCH] ci(release): 1.5.3-beta.1 [skip ci] ## [1.5.3-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.2...v1.5.3-beta.1) (2024-05-29) ### Bug Fixes * oneapi model ([4fcb990](https://github.com/VinciGit00/Scrapegraph-ai/commit/4fcb9902fe4c147c61a1622a919ade338c03b8d8)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895bfacf..71e6f147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.3-beta.1](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.2...v1.5.3-beta.1) (2024-05-29) + + +### Bug Fixes + +* oneapi model ([4fcb990](https://github.com/VinciGit00/Scrapegraph-ai/commit/4fcb9902fe4c147c61a1622a919ade338c03b8d8)) + ## [1.5.2](https://github.com/VinciGit00/Scrapegraph-ai/compare/v1.5.1...v1.5.2) (2024-05-26) diff --git a/pyproject.toml b/pyproject.toml index d205cfba..307912f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "scrapegraphai" -version = "1.5.2" +version = "1.5.3b1" description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."