github-actions[bot] commited on
Commit
84dc448
·
1 Parent(s): 72320a1

chore: bump version to 0.3.0 [skip ci]

Browse files
Files changed (2) hide show
  1. CHANGELOG.md +11 -0
  2. pyproject.toml +1 -1
CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## [v0.3.0](https://github.com/DS4SD/docling-serve/releases/tag/v0.3.0) - 2025-02-19
2
+
3
+ ### Feature
4
+
5
+ * Add new docling-serve cli ([#50](https://github.com/DS4SD/docling-serve/issues/50)) ([`ec33a61`](https://github.com/DS4SD/docling-serve/commit/ec33a61faa7846b9b7998fbf557ebe39a3b800f6))
6
+
7
+ ### Fix
8
+
9
+ * 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))
10
+ * 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))
11
+ * 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))
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "docling-serve"
3
- version = "0.2.0" # DO NOT EDIT, updated automatically
4
  description = "Running Docling as a service"
5
  license = {text = "MIT"}
6
  authors = [
 
1
  [project]
2
  name = "docling-serve"
3
+ version = "0.3.0" # DO NOT EDIT, updated automatically
4
  description = "Running Docling as a service"
5
  license = {text = "MIT"}
6
  authors = [