diff --git a/CHANGELOG.md b/CHANGELOG.md index e3539bc..d300385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v1.0.0](https://github.com/DS4SD/docling-core/releases/tag/v1.0.0) - 2024-07-17 + +### Feature + +* Trigger v1.0.0 release ([#3](https://github.com/DS4SD/docling-core/issues/3)) ([`daece4c`](https://github.com/DS4SD/docling-core/commit/daece4ceae363351072aa7e0adb91037e0dd7b66)) + +### Breaking + +* trigger v1.0.0 release ([#3](https://github.com/DS4SD/docling-core/issues/3)) ([`daece4c`](https://github.com/DS4SD/docling-core/commit/daece4ceae363351072aa7e0adb91037e0dd7b66)) + ## [v0.0.1](https://github.com/DS4SD/docling-core/releases/tag/v0.0.1) - 2024-07-17 ### Fix diff --git a/pyproject.toml b/pyproject.toml index ddef2fb..c5cdc23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "0.0.1" +version = "1.0.0" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [