From fc97c5f47225aecd576aaec248bee3505351e8f4 Mon Sep 17 00:00:00 2001 From: Shane Brown Date: Thu, 19 Feb 2026 14:59:16 -0700 Subject: [PATCH 1/2] Testing check version check --- VERSIONING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/VERSIONING.md b/VERSIONING.md index 3ffebef0..b0f76804 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -24,3 +24,4 @@ For every **pull request targeting `main`**, CI runs a check that the version in - **You** update the version in **`pyproject.toml`** for every release (patch, minor, or major). - Open a PR to `main`; CI will fail the “version changed” check until the version is updated. - After you merge to `main`, CI tags that version and publishes to PyPI and the container registry. + From 4a1295188205efef942186c22c28a383478e7fae Mon Sep 17 00:00:00 2001 From: Shane Brown Date: Thu, 19 Feb 2026 15:01:16 -0700 Subject: [PATCH 2/2] Increase minor --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0049bb8a..e452df6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "buildrunner" -version = "3.22.1" +version = "3.23.0" description = "Docker-based build tool" readme = "README.rst" requires-python = ">=3.9" diff --git a/uv.lock b/uv.lock index 56a3df2a..62fc8334 100644 --- a/uv.lock +++ b/uv.lock @@ -105,7 +105,7 @@ wheels = [ [[package]] name = "buildrunner" -version = "3.22.1" +version = "3.23.0" source = { editable = "." } dependencies = [ { name = "bcrypt" },