From 00bf25798e184133fbf618faac518e06afe58e5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Mar 2026 00:09:26 +0000 Subject: [PATCH] chore(release): 0.14.0 --- CHANGELOG.md | 12 ++++++++++++ bun.lock | 6 +++--- package.json | 8 ++++---- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42059e68..95c89afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.14.0](https://github.com/archgate/cli/compare/v0.13.2...v0.14.0) (2026-03-19) + +### Features + +* support binary self-replacement in upgrade command ([#81](https://github.com/archgate/cli/issues/81)) ([561c627](https://github.com/archgate/cli/commit/561c627cecabc99432f6ac66cb1932145c59dabd)) + +### Bug Fixes + +* address AI code quality findings across install scripts and utilities ([#84](https://github.com/archgate/cli/issues/84)) ([4730beb](https://github.com/archgate/cli/commit/4730bebf18a264ee76536ea75b1d648cad0ef0a9)) +* address valid AI code quality findings ([#85](https://github.com/archgate/cli/issues/85)) ([b4630d0](https://github.com/archgate/cli/commit/b4630d0d8b1433291d3ea1db41d903f172957d8f)) +* resolve documentation inconsistencies and minor code issues ([#82](https://github.com/archgate/cli/issues/82)) ([ec50cca](https://github.com/archgate/cli/commit/ec50ccaff2ff413a4f1a6a446eeea5cbbc6a6da0)) + ## [0.13.2](https://github.com/archgate/cli/compare/v0.13.1...v0.13.2) (2026-03-18) ### Bug Fixes diff --git a/bun.lock b/bun.lock index 2d62ab13..90db383a 100644 --- a/bun.lock +++ b/bun.lock @@ -19,9 +19,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.13.2", - "archgate-linux-x64": "0.13.2", - "archgate-win32-x64": "0.13.2", + "archgate-darwin-arm64": "0.14.0", + "archgate-linux-x64": "0.14.0", + "archgate-win32-x64": "0.14.0", }, "peerDependencies": { "typescript": "^5", diff --git a/package.json b/package.json index 66d03968..ed271dc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.13.2", + "version": "0.14.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -75,9 +75,9 @@ "typescript": "^5" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.13.2", - "archgate-linux-x64": "0.13.2", - "archgate-win32-x64": "0.13.2" + "archgate-darwin-arm64": "0.14.0", + "archgate-linux-x64": "0.14.0", + "archgate-win32-x64": "0.14.0" }, "readme": "README.md" }