diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d4562e..8ed85172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.31.0](https://github.com/archgate/cli/compare/v0.30.2...v0.31.0) (2026-04-29) + +### Features + +* **installer:** detect and update PowerShell profiles on Windows ([#248](https://github.com/archgate/cli/issues/248)) ([3f142ce](https://github.com/archgate/cli/commit/3f142ce1d4bf62cd7b4f9c80d6155b8e9fdc7902)) + +### Bug Fixes + +* **ci:** add SLSA provenance to release artifacts ([#243](https://github.com/archgate/cli/issues/243)) ([f80b942](https://github.com/archgate/cli/commit/f80b942155a8ff19616713e62024005a20f58959)) +* **ci:** pin SLSA reusable workflow by SHA ([#245](https://github.com/archgate/cli/issues/245)) ([92d4829](https://github.com/archgate/cli/commit/92d48299db4f5d6e36446a97130f2d95a77e077e)), closes [#13](https://github.com/archgate/cli/issues/13) +* **init:** hide opencode user-scope path from init output ([#249](https://github.com/archgate/cli/issues/249)) ([7b04f04](https://github.com/archgate/cli/commit/7b04f04270d13167397c15ab191219dda4cf07b0)) + ## [0.30.2](https://github.com/archgate/cli/compare/v0.30.1...v0.30.2) (2026-04-27) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 01fa2c39..675b7ac5 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.30.2", + softwareVersion: "0.31.0", 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 52fc5d60..223d7069 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.30.2" } +{ "version": "v0.31.0" } diff --git a/package.json b/package.json index 75c2c7dc..5a44baee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.30.2", + "version": "0.31.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",