Skip to content

Commit 09d3576

Browse files
chore: bump version to 1.0.0 [skip ci]
1 parent daece4c commit 09d3576

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v1.0.0](https://github.com/DS4SD/docling-core/releases/tag/v1.0.0) - 2024-07-17
2+
3+
### Feature
4+
5+
* Trigger v1.0.0 release ([#3](https://github.com/DS4SD/docling-core/issues/3)) ([`daece4c`](https://github.com/DS4SD/docling-core/commit/daece4ceae363351072aa7e0adb91037e0dd7b66))
6+
7+
### Breaking
8+
9+
* trigger v1.0.0 release ([#3](https://github.com/DS4SD/docling-core/issues/3)) ([`daece4c`](https://github.com/DS4SD/docling-core/commit/daece4ceae363351072aa7e0adb91037e0dd7b66))
10+
111
## [v0.0.1](https://github.com/DS4SD/docling-core/releases/tag/v0.0.1) - 2024-07-17
212

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

0 commit comments

Comments
 (0)