Skip to content

Commit 514b6fe

Browse files
chore: bump version to 4.0.0 [skip ci]
1 parent 650b863 commit 514b6fe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [v4.0.0](https://github.com/docling-project/docling-parse/releases/tag/v4.0.0) - 2025-03-14
2+
3+
### Feature
4+
5+
* Update API, naming, and tests. Move data model to docling-core ([#107](https://github.com/docling-project/docling-parse/issues/107)) ([`ca7d584`](https://github.com/docling-project/docling-parse/commit/ca7d584fa310271f37887027cd6d29867472d8ef))
6+
7+
### Fix
8+
9+
* Update mergify config for major releases ([#109](https://github.com/docling-project/docling-parse/issues/109)) ([`e6225c9`](https://github.com/docling-project/docling-parse/commit/e6225c93ce08f4410bca184b043788ce9a042913))
10+
11+
### Breaking
12+
13+
* Update API, naming, and tests. Move data model to docling-core ([#107](https://github.com/docling-project/docling-parse/issues/107)) ([`ca7d584`](https://github.com/docling-project/docling-parse/commit/ca7d584fa310271f37887027cd6d29867472d8ef))
14+
115
## [v3.4.0](https://github.com/docling-project/docling-parse/releases/tag/v3.4.0) - 2025-02-18
216

317
### 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 = "3.4.0"
3+
version = "4.0.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)