diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5d4d691 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## [v0.3.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.3.0) - 2025-02-19 + +### Feature + +* Add new docling-serve cli ([#50](https://github.com/DS4SD/docling-serve/issues/50)) ([`ec33a61`](https://github.com/DS4SD/docling-serve/commit/ec33a61faa7846b9b7998fbf557ebe39a3b800f6)) + +### Fix + +* Set DOCLING_SERVE_ARTIFACTS_PATH in images ([#53](https://github.com/DS4SD/docling-serve/issues/53)) ([`4877248`](https://github.com/DS4SD/docling-serve/commit/487724836896576ca4f98e84abf15fd1c383bec8)) +* Set root UI path when behind proxy ([#38](https://github.com/DS4SD/docling-serve/issues/38)) ([`c64a450`](https://github.com/DS4SD/docling-serve/commit/c64a450bf9ba9947ab180e92bef2763ff710b210)) +* Support python 3.13 and docling updates and switch to uv ([#48](https://github.com/DS4SD/docling-serve/issues/48)) ([`ae3b490`](https://github.com/DS4SD/docling-serve/commit/ae3b4906f1c0829b1331ea491f3518741cabff71)) diff --git a/pyproject.toml b/pyproject.toml index 967acf9..d699574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docling-serve" -version = "0.2.0" # DO NOT EDIT, updated automatically +version = "0.3.0" # DO NOT EDIT, updated automatically description = "Running Docling as a service" license = {text = "MIT"} authors = [