Skip to content

Commit d12621d

Browse files
chore: bump version to 2.46.0 [skip ci]
1 parent 3f25267 commit d12621d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [v2.46.0](https://github.com/docling-project/docling-core/releases/tag/v2.46.0) - 2025-09-01
2+
3+
### Feature
4+
5+
* Add rich table cells ([#368](https://github.com/docling-project/docling-core/issues/368)) ([`1d04154`](https://github.com/docling-project/docling-core/commit/1d04154378311a5268f50eaeadebe0a07ff93b06))
6+
7+
### Fix
8+
9+
* Fix text dir attribute ([#281](https://github.com/docling-project/docling-core/issues/281)) ([`3f25267`](https://github.com/docling-project/docling-core/commit/3f25267d56e6178648c5a1c6e4e8504781824000))
10+
* Use in-OTSL DocTags for rich table cells ([#375](https://github.com/docling-project/docling-core/issues/375)) ([`b2095b3`](https://github.com/docling-project/docling-core/commit/b2095b31deb6f017845053b04916a7bf1393f3f6))
11+
12+
### Performance
13+
14+
* Cache grid property in HTMLTableSerializer ([#373](https://github.com/docling-project/docling-core/issues/373)) ([`339bbd4`](https://github.com/docling-project/docling-core/commit/339bbd424958b8310283d976bc831bb522cebe18))
15+
116
## [v2.45.0](https://github.com/docling-project/docling-core/releases/tag/v2.45.0) - 2025-08-20
217

318
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "docling-core"
3-
version = "2.45.0" # DO NOT EDIT, updated automatically
3+
version = "2.46.0" # DO NOT EDIT, updated automatically
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
license-files = ["LICENSE"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)