From 95a4ea5ef94c12353ad7895572731d189add9ab7 Mon Sep 17 00:00:00 2001 From: "patchmill-release-please-bot[bot]" <289647917+patchmill-release-please-bot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:40:15 +0000 Subject: [PATCH 1/2] chore(main): release 0.21.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ nix/package.nix | 2 +- npm-shrinkwrap.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 24 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71e95baf..d3535156 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.0" + ".": "0.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c14b41..cf2d9b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.21.0](https://github.com/rochecompaan/patchmill/compare/v0.20.0...v0.21.0) (2026-09-06) + + +### Features + +* **host:** implement GitHub planning pull request adapter ([#213](https://github.com/rochecompaan/patchmill/issues/213)) ([2981fd4](https://github.com/rochecompaan/patchmill/commit/2981fd45af0b38708905188a840712342a40bb2b)) +* **run-once:** recover or reset blocked run-once runs ([#204](https://github.com/rochecompaan/patchmill/issues/204)) ([0b27041](https://github.com/rochecompaan/patchmill/commit/0b27041e69d9fe5bb1b86aaf8999468998722423)) +* **workflow:** define provider-neutral planning pull request foundations ([#209](https://github.com/rochecompaan/patchmill/issues/209)) ([470891c](https://github.com/rochecompaan/patchmill/commit/470891c2cc57190b68ad82a578c06175fdfe6295)) + + +### Bug Fixes + +* **deps:** fail fast on stale runtime dependencies ([#200](https://github.com/rochecompaan/patchmill/issues/200)) ([69bab32](https://github.com/rochecompaan/patchmill/commit/69bab325467d042565f6592232eace51020af5d4)) +* **deps:** reuse pi-subagents upgrade PR ([#202](https://github.com/rochecompaan/patchmill/issues/202)) ([8a98c2d](https://github.com/rochecompaan/patchmill/commit/8a98c2db28047076e1fc83a7ebf5068cc4cac2e3)) +* **run-once:** preserve ignored state during blocked retry ([#212](https://github.com/rochecompaan/patchmill/issues/212)) ([cd94670](https://github.com/rochecompaan/patchmill/commit/cd946704b7cd49f317c8feebef95b19f761b9a4d)) +* **validation:** restore baseline quality gates ([#208](https://github.com/rochecompaan/patchmill/issues/208)) ([7a51191](https://github.com/rochecompaan/patchmill/commit/7a511913f6836f401b98052d62af1127721a7085)) + ## [0.20.0](https://github.com/rochecompaan/patchmill/compare/v0.19.0...v0.20.0) (2026-08-28) diff --git a/nix/package.nix b/nix/package.nix index f67b77d8..01ed0ad9 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -11,7 +11,7 @@ let in buildNpmPackageNode24 rec { pname = "patchmill"; - version = "0.20.0"; # x-release-please-version + version = "0.21.0"; # x-release-please-version src = lib.cleanSourceWith { src = lib.cleanSource ../.; diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3e0e85f9..da1da817 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "patchmill", - "version": "0.20.0", + "version": "0.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchmill", - "version": "0.20.0", + "version": "0.21.0", "license": "Apache-2.0", "dependencies": { "@earendil-works/pi-coding-agent": "0.84.2", diff --git a/package-lock.json b/package-lock.json index 7d664812..a92b88db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "patchmill", - "version": "0.20.0", + "version": "0.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "patchmill", - "version": "0.20.0", + "version": "0.21.0", "license": "Apache-2.0", "dependencies": { "@earendil-works/pi-coding-agent": "0.84.2", diff --git a/package.json b/package.json index ed485168..17d1c039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "patchmill", - "version": "0.20.0", + "version": "0.21.0", "private": false, "publishConfig": { "access": "public" From c2f3ef493e2b3b2ee9417c50420b1d3541b4ef04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:42:22 +0000 Subject: [PATCH 2/2] chore(release): update generated files --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 01ed0ad9..ae6a1a73 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -26,7 +26,7 @@ buildNpmPackageNode24 rec { || baseName == "result"); }; - npmDepsHash = "sha256-azGNdflUJ6C5gu5QQT4rQB685S9jk2ImyORrVXOncwU="; + npmDepsHash = "sha256-S2ovmjlxQ81QAeUyDl/07PQ4M7h1qz3CqboJyiMsTwY="; npmDepsFetcherVersion = 2; dontNpmBuild = true;