chore: changelog repair (#1226)

Edit CHANGELOG from 0.10.8 to 0.10.9-dev0.
This commit is contained in:
Klaijan 2023-08-28 16:00:47 -04:00 committed by GitHub
parent 4b830e3b05
commit c7cbfe6c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,13 @@
## 0.10.9-dev0
### Enhancements
### Features
### Fixes
* Edit `add_pytesseract_bbox_to_elements`'s (`ocr_only` strategy) `metadata.coordinates.points` return type to `Tuple` for consistency.
## 0.10.8
### Enhancements
@ -8,8 +18,6 @@
### Fixes
* Edit `add_pytesseract_bbox_to_elements`'s (`ocr_only` strategy) `metadata.coordinates.points` return type to `Tuple` for consistency.
## 0.10.7
### Enhancements

View File

@ -1 +1 @@
__version__ = "0.10.8" # pragma: no cover
__version__ = "0.10.9-dev0" # pragma: no cover