Skip to content

Commit 9dc19ed

Browse files
chore: bump version to 4.0.5 [skip ci]
1 parent 4393fe8 commit 9dc19ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v4.0.5](https://github.com/docling-project/docling-parse/releases/tag/v4.0.5) - 2025-06-13
2+
3+
### Fix
4+
5+
* GLYPH issue with encodings ([#128](https://github.com/docling-project/docling-parse/issues/128)) ([`4393fe8`](https://github.com/docling-project/docling-parse/commit/4393fe8d843b6cbb7ac2aa881ff3687ca8c3a4d5))
6+
* Set flags for SegmentedPage correctly ([#127](https://github.com/docling-project/docling-parse/issues/127)) ([`0197102`](https://github.com/docling-project/docling-parse/commit/01971026d93bb09f1ea038e3506aaf80c217fca1))
7+
18
## [v4.0.4](https://github.com/docling-project/docling-parse/releases/tag/v4.0.4) - 2025-06-10
29

310
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docling-parse"
3-
version = "4.0.4"
3+
version = "4.0.5"
44
description = "Simple package to extract text with coordinates from programmatic PDFs"
55
authors = ["Peter Staar <[email protected]>"]
66
maintainers = [

0 commit comments

Comments
 (0)