chore: bump version to 5.6.0 [skip ci]

This commit is contained in:
github-actions[bot]
2026-03-20 15:53:28 +00:00
parent 70be865db8
commit 2a518ac6f8
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,3 +1,14 @@
## [v5.6.0](https://github.com/docling-project/docling-parse/releases/tag/v5.6.0) - 2026-03-20
### Feature
* Adding rudimentary renderer ([#206](https://github.com/docling-project/docling-parse/issues/206)) ([`70be865`](https://github.com/docling-project/docling-parse/commit/70be865db8baa2a993daa68282238240a1819564))
* Make everything by default thread-safe ([#235](https://github.com/docling-project/docling-parse/issues/235)) ([`e64d753`](https://github.com/docling-project/docling-parse/commit/e64d753c5164a464a7f71e875b05ed31a1401291))
### Performance
* Optimize stream decoding with regexp fast path ([#242](https://github.com/docling-project/docling-parse/issues/242)) ([`e54775c`](https://github.com/docling-project/docling-parse/commit/e54775c80edf12546c7086b9045716ac8e34f2d8))
## [v5.5.0](https://github.com/docling-project/docling-parse/releases/tag/v5.5.0) - 2026-03-04
### Feature
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "docling-parse"
version = "5.5.0"
version = "5.6.0"
description = "Simple package to extract text with coordinates from programmatic PDFs"
license = "MIT"
keywords = ["docling", "pdf", "parser"]
Generated
+1 -1
View File
@@ -795,7 +795,7 @@ wheels = [
[[package]]
name = "docling-parse"
version = "5.5.0"
version = "5.6.0"
source = { editable = "." }
dependencies = [
{ name = "docling-core" },