diff --git a/CHANGELOG.md b/CHANGELOG.md index 365bdd9..b47730b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.5.1](https://github.com/DS4SD/docling-serve/releases/tag/v0.5.1) - 2025-03-10 + +### Fix + +* Submodules in wheels ([#85](https://github.com/DS4SD/docling-serve/issues/85)) ([`a92ad48`](https://github.com/DS4SD/docling-serve/commit/a92ad48b287bfcb134011dc0fc3f91ee04e067ee)) + ## [v0.5.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.5.0) - 2025-03-07 ### Feature diff --git a/pyproject.toml b/pyproject.toml index be64f37..b3477d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docling-serve" -version = "0.5.0" # DO NOT EDIT, updated automatically +version = "0.5.1" # DO NOT EDIT, updated automatically description = "Running Docling as a service" license = {text = "MIT"} authors = [ diff --git a/uv.lock b/uv.lock index 4d075cb..b379044 100644 --- a/uv.lock +++ b/uv.lock @@ -504,7 +504,7 @@ wheels = [ [[package]] name = "docling-serve" -version = "0.5.0" +version = "0.5.1" source = { editable = "." } dependencies = [ { name = "docling" },