Skip to content

Commit 951bfba

Browse files
chore: bump version to 2.9.0 [skip ci]
1 parent d69dd55 commit 951bfba

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v2.9.0](https://github.com/DS4SD/docling-core/releases/tag/v2.9.0) - 2024-12-09
2+
3+
### Feature
4+
5+
* Utilities converting document formats ([#91](https://github.com/DS4SD/docling-core/issues/91)) ([`437c498`](https://github.com/DS4SD/docling-core/commit/437c498f77c71cce49c139a25e0803acde429b90))
6+
7+
### Fix
8+
9+
* **markdown:** Preserve underscores in image URLs during markdown export ([#98](https://github.com/DS4SD/docling-core/issues/98)) ([`fd7529f`](https://github.com/DS4SD/docling-core/commit/fd7529f4096ecc5c7809b884c5fef2df9818801f))
10+
111
## [v2.8.0](https://github.com/DS4SD/docling-core/releases/tag/v2.8.0) - 2024-12-06
212

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

0 commit comments

Comments
 (0)