diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a76a7..3146f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.27.0](https://github.com/archgate/cli/compare/v0.26.2...v0.27.0) (2026-03-31) + +### Features + +* native Cursor plugin support via marketplace and VSIX install ([#182](https://github.com/archgate/cli/issues/182)) ([bc7a120](https://github.com/archgate/cli/commit/bc7a120829b52fa3fbf7e30575fd1ec10154385d)) + +### Bug Fixes + +* use correct path encoding for Cursor session-context on Windows ([#181](https://github.com/archgate/cli/issues/181)) ([9e531ee](https://github.com/archgate/cli/commit/9e531eef4278b2e1ad1ecab515dc06f5673c70ca)) +* use VS Code marketplace URL in copilot init fallback ([#186](https://github.com/archgate/cli/issues/186)) ([e0187f9](https://github.com/archgate/cli/commit/e0187f99a778c9f8eec5a1a42ac7e9892fe59b8a)) + ## [0.26.2](https://github.com/archgate/cli/compare/v0.26.1...v0.26.2) (2026-03-25) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 64fb037..bef3062 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.2", + softwareVersion: "0.27.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 3d7371d..59cc247 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.26.2" } +{ "version": "v0.27.0" } diff --git a/package.json b/package.json index 0cc5ef2..65f5b2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.26.2", + "version": "0.27.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",