From b54955578c07584191678141b10081c2c9f6e807 Mon Sep 17 00:00:00 2001 From: skishchampi <996985+skishchampi@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:05:39 -0400 Subject: [PATCH] chore: 0.15.1 One fix, and it is a P1 that shipped in 0.15.0. An impossible calendar date raised a bare ValueError, so one bad field abandoned every later bill in that house. Anyone who installed 0.15.0 and reads bills should take this. --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a236f1..2962bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Unreleased +## 0.15.1 — 2026-08-18 + +**Take this if you read bills. 0.15.0 can abandon a whole house on one bad date.** ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 69fbede..14350cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "commoner-probe" -version = "0.15.0" +version = "0.15.1" description = "Sousveillance infrastructure for state mandatory-disclosure portals — parliamentary questions, committee reports, budget data, and state assembly records." readme = "README.md" requires-python = ">=3.11"