Skip to content

Commit

Permalink
chore: bump version to 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 9a74d13 commit 92ba765
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [v2.6.0](https://github.com/DS4SD/docling-core/releases/tag/v2.6.0) - 2024-12-02

### Feature

* 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))
* 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))

### Fix

* 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))
* Even better style for HTML export ([#78](https://github.com/DS4SD/docling-core/issues/78)) ([`8422ad4`](https://github.com/DS4SD/docling-core/commit/8422ad4fbf6ed8372815e0fa9393951f04a759d5))

## [v2.5.1](https://github.com/DS4SD/docling-core/releases/tag/v2.5.1) - 2024-11-27

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
version = "2.5.1"
version = "2.6.0"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
Expand Down

0 comments on commit 92ba765

Please sign in to comment.