Skip to content

Commit a5073d0

Browse files
committed
chore(version): bump branch to 0.22.6-dev0
1 parent d6b37ea commit a5073d0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
## 0.22.6-dev0
2+
3+
### Fixes
4+
- **Preserve nested rows when reconstructing chunked tables**: `reconstruct_table_from_chunks()` now merges only top-level table rows (`tr`, `thead/tr`, `tbody/tr`, `tfoot/tr`) from each chunk so nested table structure is retained.
5+
16
## 0.22.5
27

38
### Fixes
49
- **Security update**: Bumped dependencies to address security vulnerabilities
5-
- **Preserve nested rows when reconstructing chunked tables**: `reconstruct_table_from_chunks()` now merges only top-level table rows (`tr`, `thead/tr`, `tbody/tr`, `tfoot/tr`) from each chunk so nested table structure is retained.
610

711
## 0.22.4
812

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.5" # pragma: no cover
1+
__version__ = "0.22.6-dev0" # pragma: no cover

0 commit comments

Comments
 (0)