diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..deb4568 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## [v0.2.0](https://github.com/DS4SD/docling/releases/tag/v0.2.0) - 2024-07-16 + +### Feature + +* Build with ci ([#6](https://github.com/DS4SD/docling/issues/6)) ([`b1479cf`](https://github.com/DS4SD/docling/commit/b1479cf4ecf8a586703b31c7cf6917b3293c6a85)) diff --git a/pyproject.toml b/pyproject.toml index 35dc361..a648a70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling" -version = "0.1.2" # DO NOT EDIT, updated automatically +version = "0.2.0" # DO NOT EDIT, updated automatically description = "Docling PDF conversion package" authors = ["Christoph Auer ", "Michele Dolfi ", "Maxim Lysak ", "Nikos Livathinos ", "Ahmed Nassar ", "Peter Staar "] license = "MIT"