From 31bd9a737a7605a92290dfec746117c5c32d5465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Mar 2026 02:15:06 +0000 Subject: [PATCH] chore(release): 0.21.0 --- CHANGELOG.md | 11 +++++++++++ bun.lock | 6 +++--- docs/astro.config.mjs | 2 +- docs/public/version.json | 2 +- package.json | 8 ++++---- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8cc4e23..816ec9f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.21.0](https://github.com/archgate/cli/compare/v0.20.0...v0.21.0) (2026-03-23) + +### Features + +* add security scanner for .rules.ts files ([#145](https://github.com/archgate/cli/issues/145)) ([1148af6](https://github.com/archgate/cli/commit/1148af622dd540611ecfe59f90b886869d931657)) + +### Bug Fixes + +* copilot CLI plugin install uses wrong URL and command ([#143](https://github.com/archgate/cli/issues/143)) ([a5562c7](https://github.com/archgate/cli/commit/a5562c71216dea376c35141b1f5b62fc658b0e46)) +* use two-segment URL path for VS Code marketplace ([#146](https://github.com/archgate/cli/issues/146)) ([e995bd5](https://github.com/archgate/cli/commit/e995bd53ec6310e38b58b5bbd4f9eca63040f0e8)) + ## [0.20.0](https://github.com/archgate/cli/compare/v0.19.0...v0.20.0) (2026-03-22) ### Features diff --git a/bun.lock b/bun.lock index 4fc3a39d..04cfece6 100644 --- a/bun.lock +++ b/bun.lock @@ -22,9 +22,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.20.0", - "archgate-linux-x64": "0.20.0", - "archgate-win32-x64": "0.20.0", + "archgate-darwin-arm64": "0.21.0", + "archgate-linux-x64": "0.21.0", + "archgate-win32-x64": "0.21.0", }, "peerDependencies": { "typescript": "^5", diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 9152098c..a3d599dd 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.20.0", + softwareVersion: "0.21.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 664363b8..c9542289 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.20.0" } +{ "version": "v0.21.0" } diff --git a/package.json b/package.json index 4c54c00b..1bc3349a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.20.0", + "version": "0.21.0", "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.20.0", - "archgate-linux-x64": "0.20.0", - "archgate-win32-x64": "0.20.0" + "archgate-darwin-arm64": "0.21.0", + "archgate-linux-x64": "0.21.0", + "archgate-win32-x64": "0.21.0" }, "readme": "README.md" }