chore: changelog repair (#1179)

chaos reigns in the changelog. whyyy

* there was no 0.10.3 release, so remove that from the CHANGELOG.
* fixup 0.10.5 with a couple that were added (in retrospect)
This commit is contained in:
cragwolfe 2023-08-22 16:48:18 -07:00 committed by GitHub
parent e7d189fcc8
commit e9c649224e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 8 deletions

View File

@ -1,6 +1,15 @@
## 0.10.6-dev0
### Enhancements
### Features
### Fixes
## 0.10.5
### Enhancements
* Create new CI Pipelines
- Checking text, xml, email, and html doc tests against the library installed without extras
- Checking each library extra against their respective tests
@ -12,20 +21,20 @@
- Add TIFF test file and TIFF filetype to `test_from_image_file` in `test_layout` (0.5.14)
* Use `entire_page` ocr mode for pdfs and images
* Add notes on extra installs to docs
## 0.10.3
* Adds ability to reuse connections per process in unstructured-ingest
* Pass ocr_mode in partition_pdf and set the default back to individual pages for now
* Add diagrams and descriptions for ingest design in the ingest README
### Features
* Add delta table connector
### Fixes
* remove test modification for potential bug and add docstring
* fix partitioning of and tests for email and msg docs with attachments, add docstring to msg function
## 0.10.4
* Pass ocr_mode in partition_pdf and set the default back to individual pages for now
* Add diagrams and descriptions for ingest design in the ingest README
### Features
### Fixes
## 0.10.2

View File

@ -1 +1 @@
__version__ = "0.10.5" # pragma: no cover
__version__ = "0.10.6-dev0" # pragma: no cover