diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfaeec1..316cd9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.0.3](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.3) - 2024-11-05 + +### Fix + +* Replace all the FATAL with ERROR messages in the v2 parser ([#53](https://github.com/DS4SD/docling-parse/issues/53)) ([`cd15d00`](https://github.com/DS4SD/docling-parse/commit/cd15d00ddb6c67fada0056ec068caffc003d5edc)) + ## [v2.0.2](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.2) - 2024-10-30 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 323a4e9c..d43a798a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-parse" -version = "2.0.2" +version = "2.0.3" description = "Simple package to extract text with coordinates from programmatic PDFs" authors = ["Peter Staar "] maintainers = [