Spaces:
Configuration error
Configuration error
github-actions[bot]
commited on
Commit
·
c012794
1
Parent(s):
360d0c5
chore: bump version to 0.5.0 [skip ci]
Browse files- CHANGELOG.md +12 -0
- pyproject.toml +1 -1
CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## [v0.4.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.4.0) - 2025-02-26
|
2 |
|
3 |
### Feature
|
|
|
1 |
+
## [v0.5.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.5.0) - 2025-03-07
|
2 |
+
|
3 |
+
### Feature
|
4 |
+
|
5 |
+
* Async api ([#60](https://github.com/DS4SD/docling-serve/issues/60)) ([`82f8900`](https://github.com/DS4SD/docling-serve/commit/82f890019745859699c1b01f9ccfb64cb7e37906))
|
6 |
+
* Display version in fastapi docs ([#78](https://github.com/DS4SD/docling-serve/issues/78)) ([`ed851c9`](https://github.com/DS4SD/docling-serve/commit/ed851c95fee5f59305ddc3dcd5c09efce618470b))
|
7 |
+
|
8 |
+
### Fix
|
9 |
+
|
10 |
+
* Remove uv from image, merge ARG and ENV declarations ([#57](https://github.com/DS4SD/docling-serve/issues/57)) ([`c95db36`](https://github.com/DS4SD/docling-serve/commit/c95db3643807a4dfb96d93c8e10d6eb486c49a30))
|
11 |
+
* **docs:** Remove comma in convert/source curl example ([#73](https://github.com/DS4SD/docling-serve/issues/73)) ([`05df073`](https://github.com/DS4SD/docling-serve/commit/05df0735d35a589bdc2a11fcdd764a10f700cb6f))
|
12 |
+
|
13 |
## [v0.4.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.4.0) - 2025-02-26
|
14 |
|
15 |
### Feature
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[project]
|
2 |
name = "docling-serve"
|
3 |
-
version = "0.
|
4 |
description = "Running Docling as a service"
|
5 |
license = {text = "MIT"}
|
6 |
authors = [
|
|
|
1 |
[project]
|
2 |
name = "docling-serve"
|
3 |
+
version = "0.5.0" # DO NOT EDIT, updated automatically
|
4 |
description = "Running Docling as a service"
|
5 |
license = {text = "MIT"}
|
6 |
authors = [
|