diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..1ee180d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## [v1.0.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.0.0) - 2024-07-16 + +### Feature + +* First ci release ([#5](https://github.com/DS4SD/docling-ibm-models/issues/5)) ([`1c45cb5`](https://github.com/DS4SD/docling-ibm-models/commit/1c45cb5d81f88e2aaf99864b9df5d80b20d6ce94)) + +### Breaking + +* first ci release ([#5](https://github.com/DS4SD/docling-ibm-models/issues/5)) ([`1c45cb5`](https://github.com/DS4SD/docling-ibm-models/commit/1c45cb5d81f88e2aaf99864b9df5d80b20d6ce94)) + diff --git a/pyproject.toml b/pyproject.toml index 2b11584..c92b539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "0.2.0" # DO NOT EDIT, updated automatically +version = "1.0.0" # DO NOT EDIT, updated automatically description = "This package contains the AI models used by the Docling PDF conversion package" authors = ["Nikos Livathinos ", "Maxim Lysak ", "Ahmed Nassar ", "Christoph Auer ", "Michele Dolfi ", "Peter Staar "] license = "MIT"