Skip to content

Commit

Permalink
chore: bump CHANGELOG + __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Dec 7, 2024
1 parent 6f65b23 commit 626b9ce
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.16.11-dev0

### Enhancements

- **Relax table segregation rule in chunking.** Previously a `Table` element was always segregated into its own pre-chunk such that the `Table` appeared alone in a chunk or was split into multiple `TableChunk` elements, but never combined with `Text`-subtype elements. Allow table elements to be combined with other elements in the same chunk when space allows.

### Features

### Fixes

## 0.16.10

### 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.16.10" # pragma: no cover
__version__ = "0.16.11-dov0" # pragma: no cover

0 comments on commit 626b9ce

Please sign in to comment.