From f5a84ce4bae54fba79dce5ec64100a186fa47777 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 05:51:30 +0000 Subject: [PATCH] chore(master): release pg-partsmith 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pg_partsmith/__version__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b9f89..3afd9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.0](https://github.com/bedrock-python/pg-partsmith/compare/pg-partsmith-v1.4.0...pg-partsmith-v1.5.0) (2026-09-04) + + +### Features + +* **cli:** backfill from the command line, and a plan that names the blocking detach ([#58](https://github.com/bedrock-python/pg-partsmith/issues/58)) ([d61f285](https://github.com/bedrock-python/pg-partsmith/commit/d61f285021fa355d503c1b2990d026970750fd24)) + ## [1.4.0](https://github.com/bedrock-python/pg-partsmith/compare/pg-partsmith-v1.3.0...pg-partsmith-v1.4.0) (2026-09-03) diff --git a/pg_partsmith/__version__.py b/pg_partsmith/__version__.py index de6f62e..dd15754 100644 --- a/pg_partsmith/__version__.py +++ b/pg_partsmith/__version__.py @@ -1 +1 @@ -__version__ = "1.4.0" # x-release-please-version +__version__ = "1.5.0" # x-release-please-version