Skip to content

Commit e012d00

Browse files
chore: bump version to 3.0.0 [skip ci]
1 parent 1fccb29 commit e012d00

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+
## [v3.0.0](https://github.com/DS4SD/docling-parse/releases/tag/v3.0.0) - 2024-12-09
2+
3+
### Feature
4+
5+
* Massive quality improvements to v2 parser and new sanitize_cells API ([#73](https://github.com/DS4SD/docling-parse/issues/73)) ([`1fccb29`](https://github.com/DS4SD/docling-parse/commit/1fccb29d3f827450c2d259b3b9e433321a3f8751))
6+
7+
### Breaking
8+
9+
* Massive quality improvements to v2 parser and new sanitize_cells API ([#73](https://github.com/DS4SD/docling-parse/issues/73)) ([`1fccb29`](https://github.com/DS4SD/docling-parse/commit/1fccb29d3f827450c2d259b3b9e433321a3f8751))
10+
111
## [v2.1.2](https://github.com/DS4SD/docling-parse/releases/tag/v2.1.2) - 2024-11-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 = "2.1.2"
3+
version = "3.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)