Skip to content

Commit 74b9f97

Browse files
chore: bump version to 4.1.0 [skip ci]
1 parent 8872e73 commit 74b9f97

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v4.1.0](https://github.com/docling-project/docling-parse/releases/tag/v4.1.0) - 2025-06-24
2+
3+
### Feature
4+
5+
* Fixed char ordering in text lines ([#138](https://github.com/docling-project/docling-parse/issues/138)) ([`8872e73`](https://github.com/docling-project/docling-parse/commit/8872e736bf97ecede88a3999a9530b87956586fb))
6+
7+
### Fix
8+
9+
* Glyph issue with encodings ([#129](https://github.com/docling-project/docling-parse/issues/129)) ([`6397287`](https://github.com/docling-project/docling-parse/commit/63972876e81531634dcab913bead26ddced6135b))
10+
111
## [v4.0.5](https://github.com/docling-project/docling-parse/releases/tag/v4.0.5) - 2025-06-13
212

313
### 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.5"
3+
version = "4.1.0"
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)