From d227d903719070a7d7777fec3e406524dd477975 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Mar 2026 14:17:59 +0000 Subject: [PATCH] chore(release): 0.26.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 779ffb2..fbe1a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.26.0](https://github.com/archgate/cli/compare/v0.25.1...v0.26.0) (2026-03-24) + +### Features + +* add doctor command and auto-detect editors ([#166](https://github.com/archgate/cli/issues/166)) ([ec5be2a](https://github.com/archgate/cli/commit/ec5be2a27346737a17b1574d845a3cd942e0e3c3)) +* add global --log-level option ([#170](https://github.com/archgate/cli/issues/170)) ([972028e](https://github.com/archgate/cli/commit/972028e3b3928358925c334635b67a2661b9d99e)) + +### Bug Fixes + +* filter Sentry noise from tests and user cancellations ([#169](https://github.com/archgate/cli/issues/169)) ([2c988b6](https://github.com/archgate/cli/commit/2c988b6616bf509870e91abb11edcba7abce1c5b)) + ## [0.25.1](https://github.com/archgate/cli/compare/v0.25.0...v0.25.1) (2026-03-24) ### Bug Fixes diff --git a/bun.lock b/bun.lock index 7324927..ba6797e 100644 --- a/bun.lock +++ b/bun.lock @@ -22,9 +22,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.25.1", - "archgate-linux-x64": "0.25.1", - "archgate-win32-x64": "0.25.1", + "archgate-darwin-arm64": "0.26.0", + "archgate-linux-x64": "0.26.0", + "archgate-win32-x64": "0.26.0", }, "peerDependencies": { "typescript": "^5 || ^6.0.0", diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index fa7fe7d..cfccfd3 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.25.1", + softwareVersion: "0.26.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 9fa2ace..92b47d6 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.25.1" } +{ "version": "v0.26.0" } diff --git a/package.json b/package.json index 0918c8c..c197b0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.25.1", + "version": "0.26.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -76,9 +76,9 @@ "typescript": "^5 || ^6.0.0" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.25.1", - "archgate-linux-x64": "0.25.1", - "archgate-win32-x64": "0.25.1" + "archgate-darwin-arm64": "0.26.0", + "archgate-linux-x64": "0.26.0", + "archgate-win32-x64": "0.26.0" }, "readme": "README.md" }