Skip to content

Commit 3ff5f3e

Browse files
chore: bump version to 0.0.1 [skip ci]
1 parent 4e5dbdf commit 3ff5f3e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## [v0.0.1](https://github.com/DS4SD/docling-core/releases/tag/v0.0.1) - 2024-07-17
2+
3+
### Fix
4+
5+
* Fix definition issues in record type ([#2](https://github.com/DS4SD/docling-core/issues/2)) ([`656f563`](https://github.com/DS4SD/docling-core/commit/656f56380f603c3de125f6c59554f26ac8cd0a78))

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

0 commit comments

Comments
 (0)