diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78e7f27..8032c17 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd5c6d..9734dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.12.0](https://github.com/rochecompaan/patchmill/compare/v0.11.0...v0.12.0) (2026-06-15) + + +### Features + +* **cli:** add version command ([9149d64](https://github.com/rochecompaan/patchmill/commit/9149d64fbd56c207447a23a4f58afd7a4e1fac19)) +* **init:** prompt for git policy ([#31](https://github.com/rochecompaan/patchmill/issues/31)) ([aac22a6](https://github.com/rochecompaan/patchmill/commit/aac22a6028175a0a04a4b6bf75243550c6b27358)) +* **run-once:** add development environment readiness stage ([#32](https://github.com/rochecompaan/patchmill/issues/32)) ([00043a3](https://github.com/rochecompaan/patchmill/commit/00043a3c5ad97cac1b6e8ec9ee75a0d6b9b9bfd7)) +* **run-once:** advance run-once workflow states ([#30](https://github.com/rochecompaan/patchmill/issues/30)) ([fcdd44d](https://github.com/rochecompaan/patchmill/commit/fcdd44d49702b8e7b3b0eeffb4e61f0a5fe0cec0)) + ## [0.11.0](https://github.com/rochecompaan/patchmill/compare/v0.10.0...v0.11.0) (2026-06-13) diff --git a/nix/package.nix b/nix/package.nix index 94e01ab..5d2927d 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -10,7 +10,7 @@ let in buildNpmPackageNode24 rec { pname = "patchmill"; - version = "0.11.0"; # x-release-please-version + version = "0.12.0"; # x-release-please-version src = lib.cleanSourceWith { src = lib.cleanSource ../.; @@ -25,7 +25,7 @@ buildNpmPackageNode24 rec { || baseName == "result"); }; - npmDepsHash = "sha256-f8dw8TrBOMpum3RyBTxWu7BLHuc9VJGubSHXPsk52XM="; + npmDepsHash = "sha256-3MlGzlwzuntPCK7cFjRnZsdiz79H3oL6PTwHpkKI6wM="; npmDepsFetcherVersion = 2; dontNpmBuild = true; diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 752e3b1..a386042 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@rochecompaan/patchmill", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rochecompaan/patchmill", - "version": "0.11.0", + "version": "0.12.0", "license": "Apache-2.0", "dependencies": { "@earendil-works/pi-coding-agent": "^0.77.0", diff --git a/package-lock.json b/package-lock.json index 209cb8c..e24b418 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rochecompaan/patchmill", - "version": "0.11.0", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rochecompaan/patchmill", - "version": "0.11.0", + "version": "0.12.0", "license": "Apache-2.0", "dependencies": { "@earendil-works/pi-coding-agent": "^0.77.0", diff --git a/package.json b/package.json index ad0a106..09b6d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rochecompaan/patchmill", - "version": "0.11.0", + "version": "0.12.0", "private": false, "publishConfig": { "access": "public"