Skip to content

Commit

Permalink
pr: add CHANGELOG entry for this PR
Browse files Browse the repository at this point in the history
Also, bump to the next version since 0.10.15 was released.
  • Loading branch information
scanny committed Sep 17, 2023
1 parent 228dcf5 commit 19bf628
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.10.16

### Enhancements

* **DOCX partitioner refactored in preparation for enhancement.** Behavior should be unchanged except in multi-section documents containing different headers/footers for different sections. These will now emit all distinct headers and footers encountered instead of just those for the last section.

### Features

### Fixes

## 0.10.15


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.15" # pragma: no cover
__version__ = "0.10.16" # pragma: no cover

0 comments on commit 19bf628

Please sign in to comment.