Skip to content

Commit

Permalink
chore: changelog repair (#1179)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
cragwolfe authored Aug 22, 2023
1 parent e7d189f commit e9c6492
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,21 +21,21 @@
- 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
* Adds ability to reuse connections per process in unstructured-ingest

### Features
* Add delta table connector

## 0.10.3
* Adds ability to reuse connections per process in unstructured-ingest
### Fixes

## 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
* 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.2

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.5" # pragma: no cover
__version__ = "0.10.6-dev0" # pragma: no cover

0 comments on commit e9c6492

Please sign in to comment.