chore: changelog repair (#1149)

0.10.2 had been released, but prior commit co-mingled 0.10.2 and 0.10.3. This corrects the changelog and intentionally skips over 0.10.3.

Bonus: remove accidental dupe line in 0.10.0.
This commit is contained in:
cragwolfe 2023-08-17 23:41:04 -07:00 committed by GitHub
parent d2a41f462d
commit 6001e2fa62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -1,10 +1,18 @@
## 0.10.3
## 0.10.4-dev0
### Enhancements
* Adds ability to reuse connections per process in unstructured-ingest
### Features
### Fixes
## 0.10.2
### Enhancements
* Bump unstructured-inference==0.5.13:
- Fix extracted image elements being included in layout merge, addresses the issue
where an entire-page image in a PDF was not passed to the layout model when using hi_res.
* Adds ability to reuse connections per process in unstructured-ingest
### Features
@ -36,9 +44,6 @@
### Fixes
* fix pdf partition of list items being detected as titles in OCR only mode
## 0.9.3
### Enhancements

View File

@ -1 +1 @@
__version__ = "0.10.3" # pragma: no cover
__version__ = "0.10.4-dev0" # pragma: no cover