Skip to content

Commit 4496b44

Browse files
chore: bump version to 1.7.0 [skip ci]
1 parent 688789e commit 4496b44

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v1.7.0](https://github.com/DS4SD/docling-core/releases/tag/v1.7.0) - 2024-10-01
2+
3+
### Feature
4+
5+
* (experimental) introduce new document format ([#21](https://github.com/DS4SD/docling-core/issues/21)) ([`688789e`](https://github.com/DS4SD/docling-core/commit/688789ea751d75c15a6957dba4ba496b899e9d11))
6+
* Add doc metadata extractor and ID generator classes ([#34](https://github.com/DS4SD/docling-core/issues/34)) ([`b76780c`](https://github.com/DS4SD/docling-core/commit/b76780c3b21a89d407b6afb5e72cd4f46dbcf569))
7+
* Support heading as chunk metadata ([#36](https://github.com/DS4SD/docling-core/issues/36)) ([`4bde515`](https://github.com/DS4SD/docling-core/commit/4bde51528d23be9bed797030a75991f6acdb241f))
8+
19
## [v1.6.3](https://github.com/DS4SD/docling-core/releases/tag/v1.6.3) - 2024-09-26
210

311
### Fix

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

0 commit comments

Comments
 (0)