Skip to content

Commit 14cad33

Browse files
chore: bump version to 2.4.0 [skip ci]
1 parent 9d7e831 commit 14cad33

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+
## [v2.4.0](https://github.com/DS4SD/docling-core/releases/tag/v2.4.0) - 2024-11-18
2+
3+
### Feature
4+
5+
* Add get_image for all DocItem ([#67](https://github.com/DS4SD/docling-core/issues/67)) ([`9d7e831`](https://github.com/DS4SD/docling-core/commit/9d7e831fb23c5069361bcb6be8d562f36393398b))
6+
* Allow exporting a specific page to md. ([#63](https://github.com/DS4SD/docling-core/issues/63)) ([`1a201bc`](https://github.com/DS4SD/docling-core/commit/1a201bc65a32c88bae705b65998ab486b8a4302d))
7+
18
## [v2.3.2](https://github.com/DS4SD/docling-core/releases/tag/v2.3.2) - 2024-11-11
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-core"
3-
version = "2.3.2"
3+
version = "2.4.0"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)