diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe1a841..0f579ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.26.1](https://github.com/archgate/cli/compare/v0.26.0...v0.26.1) (2026-03-25) + +### Bug Fixes + +* show manual install commands on failure, split CLI docs ([#171](https://github.com/archgate/cli/issues/171)) ([91544c4](https://github.com/archgate/cli/commit/91544c43412d85dcb8609c435df3cb0cecddc526)) + ## [0.26.0](https://github.com/archgate/cli/compare/v0.25.1...v0.26.0) (2026-03-24) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index d25bb97b..adb157bb 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.26.0", + softwareVersion: "0.26.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 92b47d65..361f67c8 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.26.0" } +{ "version": "v0.26.1" } diff --git a/package.json b/package.json index 9f03c670..f9b9c899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.26.0", + "version": "0.26.1", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",