From 7d743fd835514689ab15ce2172d5e1a53fd4c6d3 Mon Sep 17 00:00:00 2001 From: maish Date: Sun, 23 Aug 2026 18:40:47 +0800 Subject: [PATCH] chore: release 0.5.0 Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 166b946..8296232 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.5.0] — 2026-08-23 + ### Fixed - **Cell bounding boxes were dropped on multi-page merge** diff --git a/pyproject.toml b/pyproject.toml index 60f71f3..ce8fd03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "table-stitcher" -version = "0.4.4" +version = "0.5.0" description = "Reassemble tables split across page boundaries in PDF extraction" readme = "README.md" license = "MIT"