Skip to content

Commit 09224e4

Browse files
chore: bump version to 2.0.0 [skip ci]
1 parent 6fdd748 commit 09224e4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [v2.0.0](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.0) - 2024-10-23
2+
3+
### Feature
4+
5+
* Upgrade to v2.0.0 ([#48](https://github.com/DS4SD/docling-parse/issues/48)) ([`6fdd748`](https://github.com/DS4SD/docling-parse/commit/6fdd74870dceff64e52279dc6fe1ff338346def3))
6+
* Fixed the v2 parser to only return the pages that are requested ([#47](https://github.com/DS4SD/docling-parse/issues/47)) ([`48451ad`](https://github.com/DS4SD/docling-parse/commit/48451ad0957ed5a4333642870cf9ca406bc95c2f))
7+
8+
### Breaking
9+
10+
* Upgrade to v2.0.0 ([#48](https://github.com/DS4SD/docling-parse/issues/48)) ([`6fdd748`](https://github.com/DS4SD/docling-parse/commit/6fdd74870dceff64e52279dc6fe1ff338346def3))
11+
112
## [v1.6.2](https://github.com/DS4SD/docling-parse/releases/tag/v1.6.2) - 2024-10-18
213

314
### 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 = "1.6.2"
3+
version = "2.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)