Spaces:
Configuration error
Configuration error
github-actions[bot]
commited on
Commit
·
cb22f4b
1
Parent(s):
754bce6
chore: bump version to 0.4.0 [skip ci]
Browse files- CHANGELOG.md +7 -0
- pyproject.toml +1 -1
CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## [v0.3.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.3.0) - 2025-02-19
|
2 |
|
3 |
### Feature
|
|
|
1 |
+
## [v0.4.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.4.0) - 2025-02-26
|
2 |
+
|
3 |
+
### Feature
|
4 |
+
|
5 |
+
* New container images ([#68](https://github.com/DS4SD/docling-serve/issues/68)) ([`7e6d9cd`](https://github.com/DS4SD/docling-serve/commit/7e6d9cdef398df70a5b4d626aeb523c428c10d56))
|
6 |
+
* Render DoclingDocument with npm docling-components in the example UI ([#65](https://github.com/DS4SD/docling-serve/issues/65)) ([`c430d9b`](https://github.com/DS4SD/docling-serve/commit/c430d9b1a162ab29104d86ebaa1ac5a5488b1f09))
|
7 |
+
|
8 |
## [v0.3.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.3.0) - 2025-02-19
|
9 |
|
10 |
### 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.4.0" # DO NOT EDIT, updated automatically
|
4 |
description = "Running Docling as a service"
|
5 |
license = {text = "MIT"}
|
6 |
authors = [
|