Spaces:
Configuration error
Configuration error
github-actions[bot]
commited on
Commit
·
e32094c
1
Parent(s):
76be2fc
chore: bump version to 0.5.1 [skip ci]
Browse files- CHANGELOG.md +6 -0
- pyproject.toml +1 -1
- uv.lock +1 -1
CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## [v0.5.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.5.0) - 2025-03-07
|
2 |
|
3 |
### Feature
|
|
|
1 |
+
## [v0.5.1](https://github.com/DS4SD/docling-serve/releases/tag/v0.5.1) - 2025-03-10
|
2 |
+
|
3 |
+
### Fix
|
4 |
+
|
5 |
+
* Submodules in wheels ([#85](https://github.com/DS4SD/docling-serve/issues/85)) ([`a92ad48`](https://github.com/DS4SD/docling-serve/commit/a92ad48b287bfcb134011dc0fc3f91ee04e067ee))
|
6 |
+
|
7 |
## [v0.5.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.5.0) - 2025-03-07
|
8 |
|
9 |
### Feature
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[project]
|
2 |
name = "docling-serve"
|
3 |
-
version = "0.5.
|
4 |
description = "Running Docling as a service"
|
5 |
license = {text = "MIT"}
|
6 |
authors = [
|
|
|
1 |
[project]
|
2 |
name = "docling-serve"
|
3 |
+
version = "0.5.1" # DO NOT EDIT, updated automatically
|
4 |
description = "Running Docling as a service"
|
5 |
license = {text = "MIT"}
|
6 |
authors = [
|
uv.lock
CHANGED
@@ -504,7 +504,7 @@ wheels = [
|
|
504 |
|
505 |
[[package]]
|
506 |
name = "docling-serve"
|
507 |
-
version = "0.5.
|
508 |
source = { editable = "." }
|
509 |
dependencies = [
|
510 |
{ name = "docling" },
|
|
|
504 |
|
505 |
[[package]]
|
506 |
name = "docling-serve"
|
507 |
+
version = "0.5.1"
|
508 |
source = { editable = "." }
|
509 |
dependencies = [
|
510 |
{ name = "docling" },
|