Skip to content

Commit

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

### Feature

* Added the new label comment_section in the groups ([#114](https://github.com/DS4SD/docling-core/issues/114)) ([`5101dd8`](https://github.com/DS4SD/docling-core/commit/5101dd8845dcfc098c7009556e7468478393ea5e))

### Fix

* Skip labels not included in the allow-list ([#113](https://github.com/DS4SD/docling-core/issues/113)) ([`d147c25`](https://github.com/DS4SD/docling-core/commit/d147c2565f635e851b73cd6b97cc78617372b57f))
* Always write with utf8 encoding ([#111](https://github.com/DS4SD/docling-core/issues/111)) ([`268c294`](https://github.com/DS4SD/docling-core/commit/268c294cc95abb36fc491521e39c7bf6e6a45abc))

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

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

0 comments on commit ee49c60

Please sign in to comment.