Skip to content

Commit ff37477

Browse files
chore: bump version to 1.0.0 [skip ci]
1 parent dd122d0 commit ff37477

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-parse/releases/tag/v1.0.0) - 2024-08-22
2+
3+
### Feature
4+
5+
* Adding load/unload from key ([#9](https://github.com/DS4SD/docling-parse/issues/9)) ([`dd122d0`](https://github.com/DS4SD/docling-parse/commit/dd122d0c938e0054d22540949c9ee5b839c34c54))
6+
7+
### Breaking
8+
9+
* adding load/unload from key ([#9](https://github.com/DS4SD/docling-parse/issues/9)) ([`dd122d0`](https://github.com/DS4SD/docling-parse/commit/dd122d0c938e0054d22540949c9ee5b839c34c54))
10+
111
## [v0.3.1](https://github.com/DS4SD/docling-parse/releases/tag/v0.3.1) - 2024-08-22
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-parse"
3-
version = "0.3.1"
3+
version = "1.0.0"
44
description = "Simple package to extract text with coordinates from programmatic PDFs"
55
authors = ["Peter Staar <[email protected]>"]
66
maintainers = [

0 commit comments

Comments
 (0)