Skip to content

Commit 4bd9434

Browse files
chore: bump version to 4.0.1 [skip ci]
1 parent 38ddbb5 commit 4bd9434

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [v4.0.1](https://github.com/docling-project/docling-parse/releases/tag/v4.0.1) - 2025-04-09
2+
3+
### Fix
4+
5+
* Use FontMatrix to scale Type3 font metrics ([#113](https://github.com/docling-project/docling-parse/issues/113)) ([`38ddbb5`](https://github.com/docling-project/docling-parse/commit/38ddbb5256bfa64dfe60e7f65a3dfd9fbcdf2d8c))
6+
17
## [v4.0.0](https://github.com/docling-project/docling-parse/releases/tag/v4.0.0) - 2025-03-14
28

39
### Feature

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.0"
3+
version = "4.0.1"
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)