Skip to content

Commit fccf034

Browse files
ci(release): 1.16.0 [skip ci]
## [1.16.0](v1.15.2...v1.16.0) (2024-09-01) ### Features * add deepcopy error ([71b22d4](71b22d4)) ### Bug Fixes * deepcopy fail for coping model_instance config ([cd07418](cd07418)) * fix pydantic object copy ([553527a](553527a))
1 parent afdf524 commit fccf034

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.16.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.2...v1.16.0) (2024-09-01)
2+
3+
4+
### Features
5+
6+
* add deepcopy error ([71b22d4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/71b22d48804c462798109bb47ec792a5a3c70b6e))
7+
8+
9+
### Bug Fixes
10+
11+
* deepcopy fail for coping model_instance config ([cd07418](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/cd07418474112cecd53ab47866262f2f31294223))
12+
* fix pydantic object copy ([553527a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/553527a269cdd70c0c174ad5c78cbf35c00b22c1))
13+
114
## [1.15.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.1...v1.15.2) (2024-09-01)
215

316

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scrapegraphai"
3-
version = "1.15.2"
3+
version = "1.16.0"
44
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
55
authors = [
66
{ name = "Marco Vinciguerra", email = "[email protected]" },

0 commit comments

Comments
 (0)