diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1de1fd..af287c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.23.1](https://github.com/archgate/cli/compare/v0.23.0...v0.23.1) (2026-03-23) + +### Bug Fixes + +* report blocked rules and range info in JSON output ([#152](https://github.com/archgate/cli/issues/152)) ([0acb40d](https://github.com/archgate/cli/commit/0acb40d24e701f652d920e48257b97980bca58fb)) + ## [0.23.0](https://github.com/archgate/cli/compare/v0.21.0...v0.23.0) (2026-03-23) ### Features diff --git a/bun.lock b/bun.lock index 528a0b5b..fe4f9972 100644 --- a/bun.lock +++ b/bun.lock @@ -22,9 +22,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.23.0", - "archgate-linux-x64": "0.23.0", - "archgate-win32-x64": "0.23.0", + "archgate-darwin-arm64": "0.23.1", + "archgate-linux-x64": "0.23.1", + "archgate-win32-x64": "0.23.1", }, "peerDependencies": { "typescript": "^5", diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 7326f77b..6e1d147f 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -177,7 +177,7 @@ export default defineConfig({ applicationCategory: "DeveloperApplication", applicationSubCategory: "Code Governance", operatingSystem: "macOS, Linux, Windows", - softwareVersion: "0.23.0", + softwareVersion: "0.23.1", license: "https://github.com/archgate/cli/blob/main/LICENSE", offers: { "@type": "Offer", price: "0", priceCurrency: "USD" }, url: "https://cli.archgate.dev", diff --git a/docs/public/version.json b/docs/public/version.json index 953779bb..3e466da6 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.23.0" } +{ "version": "v0.23.1" } diff --git a/package.json b/package.json index 5ced45f0..5f4bd2b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.23.0", + "version": "0.23.1", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -76,9 +76,9 @@ "typescript": "^5" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.23.0", - "archgate-linux-x64": "0.23.0", - "archgate-win32-x64": "0.23.0" + "archgate-darwin-arm64": "0.23.1", + "archgate-linux-x64": "0.23.1", + "archgate-win32-x64": "0.23.1" }, "readme": "README.md" }