ci(release): 1.16.0 [skip ci]

## [1.16.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.2...v1.16.0) (2024-09-01)

### Features

* add deepcopy error ([71b22d4](71b22d4880))

### Bug Fixes

* deepcopy fail for coping model_instance config ([cd07418](cd07418474))
* fix pydantic object copy ([553527a](553527a269))
This commit is contained in:
semantic-release-bot 2024-09-01 09:55:26 +00:00
parent afdf5249c5
commit fccf034cf8
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
## [1.16.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.2...v1.16.0) (2024-09-01)
### Features
* add deepcopy error ([71b22d4](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/71b22d48804c462798109bb47ec792a5a3c70b6e))
### Bug Fixes
* deepcopy fail for coping model_instance config ([cd07418](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/cd07418474112cecd53ab47866262f2f31294223))
* fix pydantic object copy ([553527a](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/553527a269cdd70c0c174ad5c78cbf35c00b22c1))
## [1.15.2](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v1.15.1...v1.15.2) (2024-09-01)

View File

@ -1,6 +1,6 @@
[project]
name = "scrapegraphai"
version = "1.15.2"
version = "1.16.0"
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
authors = [
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },