Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html

## [Unreleased]

## [0.3.0] — 2026-05-06

### Fixed

- **Category rows incorrectly folded into preceding data rows** (`merger.py`).
Expand Down Expand Up @@ -120,6 +122,7 @@ the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html

Initial release.

[Unreleased]: https://github.com/pebbleroad/table-stitcher/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/pebbleroad/table-stitcher/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/pebbleroad/table-stitcher/releases/tag/v0.3.0
[0.2.0]: https://github.com/pebbleroad/table-stitcher/releases/tag/v0.2.0
[0.1.0]: https://github.com/pebbleroad/table-stitcher/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "table-stitcher"
version = "0.2.0"
version = "0.3.0"
description = "Reassemble tables split across page boundaries in PDF extraction"
readme = "README.md"
license = "MIT"
Expand Down
Loading