Skip to content

Commit 73dcfc1

Browse files
chore: bump version to 2.23.0 [skip ci]
1 parent a7cdc87 commit 73dcfc1

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.23.0](https://github.com/DS4SD/docling-core/releases/tag/v2.23.0) - 2025-03-13
2+
3+
### Feature
4+
5+
* Add serializers, text formatting, update Markdown export ([#182](https://github.com/DS4SD/docling-core/issues/182)) ([`a7cdc87`](https://github.com/DS4SD/docling-core/commit/a7cdc87411102b15da5459e0b5d00fbe966aea9d))
6+
* Add data model types from docling-parse ([#186](https://github.com/DS4SD/docling-core/issues/186)) ([`a86a4a3`](https://github.com/DS4SD/docling-core/commit/a86a4a3aa36ad0e69835af3aeba381be39a99cb9))
7+
18
## [v2.22.0](https://github.com/DS4SD/docling-core/releases/tag/v2.22.0) - 2025-03-12
29

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

0 commit comments

Comments
 (0)