Skip to content

Commit 345419f

Browse files
chore: bump version to 1.7.1 [skip ci]
1 parent 39ae6cd commit 345419f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v1.7.1](https://github.com/DS4SD/docling-core/releases/tag/v1.7.1) - 2024-10-07
2+
3+
### Fix
4+
5+
* Make doc metadata keys pure strings ([#38](https://github.com/DS4SD/docling-core/issues/38)) ([`246627f`](https://github.com/DS4SD/docling-core/commit/246627f4f6aef1121dd4211cc223f356a133c60e))
6+
* Align chunk ref format with one used in Document ([#37](https://github.com/DS4SD/docling-core/issues/37)) ([`b5592ad`](https://github.com/DS4SD/docling-core/commit/b5592ad747a061cb6b47c86228063371a80a9b44))
7+
18
## [v1.7.0](https://github.com/DS4SD/docling-core/releases/tag/v1.7.0) - 2024-10-01
29

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

0 commit comments

Comments
 (0)