Skip to content

Commit

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

### Feature

* Add legacy to DoclingDocument utility ([#108](https://github.com/DS4SD/docling-core/issues/108)) ([`b31e0a3`](https://github.com/DS4SD/docling-core/commit/b31e0a3d05cbcf450a4d287484761fc447d3e2ec))
* Add DoclingDocument viewer to CLI ([#99](https://github.com/DS4SD/docling-core/issues/99)) ([`9628d19`](https://github.com/DS4SD/docling-core/commit/9628d19c24ed92834636973c9e272c9a21864604))
* Add default tokenizer to HybridChunker ([#107](https://github.com/DS4SD/docling-core/issues/107)) ([`2591c70`](https://github.com/DS4SD/docling-core/commit/2591c70c66d1615050f47d045c4bc6092f99ebad))

### Fix

* Improve doc item typing ([#105](https://github.com/DS4SD/docling-core/issues/105)) ([`047a196`](https://github.com/DS4SD/docling-core/commit/047a1960afbaed4613b8d305d8dff4988a97c2d9))
* Set origin when merging chunks ([#109](https://github.com/DS4SD/docling-core/issues/109)) ([`b546c0a`](https://github.com/DS4SD/docling-core/commit/b546c0a50d11152f0ad65a1bc59e33478bc11052))
* Add REFERENCE to exported labels and remove CAPTION ([#106](https://github.com/DS4SD/docling-core/issues/106)) ([`a66b0bb`](https://github.com/DS4SD/docling-core/commit/a66b0bb6f8d821bbad738c1bd9fc52317304579f))

## [v2.9.0](https://github.com/DS4SD/docling-core/releases/tag/v2.9.0) - 2024-12-09

### Feature
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.9.0"
version = "2.10.0"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
Expand Down

0 comments on commit 3f631f0

Please sign in to comment.