From 8b0cd7bfc9334c45f39eaf969a387a8c2b6927b5 Mon Sep 17 00:00:00 2001 From: maish Date: Wed, 6 May 2026 14:34:04 +0800 Subject: [PATCH] chore: release 0.3.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ff0cf..36ad5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`). @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 54e5328..b85f782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"