Skip to content

Commit 92ba765

Browse files
chore: bump version to 2.6.0 [skip ci]
1 parent 9a74d13 commit 92ba765

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [v2.6.0](https://github.com/DS4SD/docling-core/releases/tag/v2.6.0) - 2024-12-02
2+
3+
### Feature
4+
5+
* Extend source resolution with streams and workdir ([#79](https://github.com/DS4SD/docling-core/issues/79)) ([`9a74d13`](https://github.com/DS4SD/docling-core/commit/9a74d13fd60334bd0a4b4687fd5deaaf79b89001))
6+
* Simple method to load DoclingDocument from .json files ([#71](https://github.com/DS4SD/docling-core/issues/71)) ([`fc1cfb0`](https://github.com/DS4SD/docling-core/commit/fc1cfb0fe02914f7c86e357909221ab143d74d4c))
7+
8+
### Fix
9+
10+
* Allow all url types in referenced exports ([#82](https://github.com/DS4SD/docling-core/issues/82)) ([`3bd83bc`](https://github.com/DS4SD/docling-core/commit/3bd83bcfc401f09ed07e7c7f20c51403bf6484d6))
11+
* Even better style for HTML export ([#78](https://github.com/DS4SD/docling-core/issues/78)) ([`8422ad4`](https://github.com/DS4SD/docling-core/commit/8422ad4fbf6ed8372815e0fa9393951f04a759d5))
12+
113
## [v2.5.1](https://github.com/DS4SD/docling-core/releases/tag/v2.5.1) - 2024-11-27
214

315
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docling-core"
3-
version = "2.5.1"
3+
version = "2.6.0"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)