Skip to content

Commit ba0fbde

Browse files
chore: bump version to 2.24.0 [skip ci]
1 parent e1d0597 commit ba0fbde

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [v2.24.0](https://github.com/docling-project/docling-core/releases/tag/v2.24.0) - 2025-03-25
2+
3+
### Feature
4+
5+
* Expose MD page break & DocTags minification ([#213](https://github.com/docling-project/docling-core/issues/213)) ([`ff13a93`](https://github.com/docling-project/docling-core/commit/ff13a9385d91b51f3c01b6cfbde72a1d5ce7c4c9))
6+
* Add document tokens from key value items ([#170](https://github.com/docling-project/docling-core/issues/170)) ([`db119f4`](https://github.com/docling-project/docling-core/commit/db119f46655f9b75bc55dd068b2c219ed2ff4332))
7+
* Add DocTags serializers ([#192](https://github.com/docling-project/docling-core/issues/192)) ([`1f4d57e`](https://github.com/docling-project/docling-core/commit/1f4d57ed187c2b5e0a66e96e192ff985ab6e5c05))
8+
* Add kv_item support for doctag to docling_document ([#188](https://github.com/docling-project/docling-core/issues/188)) ([`2371c11`](https://github.com/docling-project/docling-core/commit/2371c11b8f74628169a9bb377036511235070af0))
9+
10+
### Fix
11+
12+
* Enable caption serialization for all floating items ([#216](https://github.com/docling-project/docling-core/issues/216)) ([`e1d0597`](https://github.com/docling-project/docling-core/commit/e1d0597338aa2a9f2c2500484556b31ff649198d))
13+
* Allow captions without holding item ([#215](https://github.com/docling-project/docling-core/issues/215)) ([`2efb71a`](https://github.com/docling-project/docling-core/commit/2efb71a0ca16d408ec6bc817d967688444c13a7e))
14+
* Add 'text/csv' mimetype to _extra_mimetypes type list ([#210](https://github.com/docling-project/docling-core/issues/210)) ([`bc3f5d5`](https://github.com/docling-project/docling-core/commit/bc3f5d57c39a47007beca2c11008de058a65243d))
15+
* Add handling for str filenames in save/load methods ([#205](https://github.com/docling-project/docling-core/issues/205)) ([`75d94ab`](https://github.com/docling-project/docling-core/commit/75d94abc3189278679a7661926218c19b00345f8))
16+
* Markdown picture item export ([#207](https://github.com/docling-project/docling-core/issues/207)) ([`510649e`](https://github.com/docling-project/docling-core/commit/510649e51a7b3eec2640958f4217fac4c6da7514))
17+
* DocTags support of furniture ([#209](https://github.com/docling-project/docling-core/issues/209)) ([`337ff74`](https://github.com/docling-project/docling-core/commit/337ff74dae59bab8742abc4fe449462a42f42d5b))
18+
19+
### Performance
20+
21+
* **serialization:** Cache excluded references ([#214](https://github.com/docling-project/docling-core/issues/214)) ([`bcace5d`](https://github.com/docling-project/docling-core/commit/bcace5df9f0fea901580c65c9eb5f80affb51b75))
22+
123
## [v2.23.3](https://github.com/docling-project/docling-core/releases/tag/v2.23.3) - 2025-03-19
224

325
### 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.23.3"
3+
version = "2.24.0"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)