From 1b0543055bd015ebbd750bf42edefc8e7d9d905c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Mar 2026 13:36:00 +0000 Subject: [PATCH] chore(release): 0.22.0 --- CHANGELOG.md | 6 ++++++ bun.lock | 6 +++--- docs/astro.config.mjs | 2 +- docs/public/version.json | 2 +- package.json | 8 ++++---- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 816ec9f5..223a4d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.22.0](https://github.com/archgate/cli/compare/v0.21.0...v0.22.0) (2026-03-23) + +### Features + +* add file arguments to check command ([#147](https://github.com/archgate/cli/issues/147)) ([63299a1](https://github.com/archgate/cli/commit/63299a1526230537611598853d2911481d1bab6a)) + ## [0.21.0](https://github.com/archgate/cli/compare/v0.20.0...v0.21.0) (2026-03-23) ### Features diff --git a/bun.lock b/bun.lock index 04cfece6..4012ffc8 100644 --- a/bun.lock +++ b/bun.lock @@ -22,9 +22,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.21.0", - "archgate-linux-x64": "0.21.0", - "archgate-win32-x64": "0.21.0", + "archgate-darwin-arm64": "0.22.0", + "archgate-linux-x64": "0.22.0", + "archgate-win32-x64": "0.22.0", }, "peerDependencies": { "typescript": "^5", diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index a3d599dd..473b0c10 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.21.0", + softwareVersion: "0.22.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 c9542289..77b1a1d9 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.21.0" } +{ "version": "v0.22.0" } diff --git a/package.json b/package.json index 1bc3349a..a23f9cdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.21.0", + "version": "0.22.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.21.0", - "archgate-linux-x64": "0.21.0", - "archgate-win32-x64": "0.21.0" + "archgate-darwin-arm64": "0.22.0", + "archgate-linux-x64": "0.22.0", + "archgate-win32-x64": "0.22.0" }, "readme": "README.md" }