From 0e205ed6844a950605edbcad514021fbd5433669 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Mar 2026 17:32:06 +0000 Subject: [PATCH] chore(release): 0.15.0 --- CHANGELOG.md | 11 +++++++++++ bun.lock | 6 +++--- package.json | 8 ++++---- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c89afc..d5c09fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.15.0](https://github.com/archgate/cli/compare/v0.14.0...v0.15.0) (2026-03-19) + +### Features + +* local rules shim, ARCH-010, and parallel file discovery ([#86](https://github.com/archgate/cli/issues/86)) ([3975be4](https://github.com/archgate/cli/commit/3975be4278db0bc3ac8e57154fda939d2c14fa2e)) +* support Git Bash PATH setup in install scripts ([#89](https://github.com/archgate/cli/issues/89)) ([57a5cef](https://github.com/archgate/cli/commit/57a5cef71725b00de2d3a1f2588eaa1a2684a495)) + +### Bug Fixes + +* correct Windows drive letter casing and platform error message ([#91](https://github.com/archgate/cli/issues/91)) ([521d8bf](https://github.com/archgate/cli/commit/521d8bf2dd3a6b2950982f4525fa3a1c4de0004e)) + ## [0.14.0](https://github.com/archgate/cli/compare/v0.13.2...v0.14.0) (2026-03-19) ### Features diff --git a/bun.lock b/bun.lock index 90db383a..5d5c60e6 100644 --- a/bun.lock +++ b/bun.lock @@ -19,9 +19,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.14.0", - "archgate-linux-x64": "0.14.0", - "archgate-win32-x64": "0.14.0", + "archgate-darwin-arm64": "0.15.0", + "archgate-linux-x64": "0.15.0", + "archgate-win32-x64": "0.15.0", }, "peerDependencies": { "typescript": "^5", diff --git a/package.json b/package.json index c63e3e91..b10ba7b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.14.0", + "version": "0.15.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -71,9 +71,9 @@ "typescript": "^5" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.14.0", - "archgate-linux-x64": "0.14.0", - "archgate-win32-x64": "0.14.0" + "archgate-darwin-arm64": "0.15.0", + "archgate-linux-x64": "0.15.0", + "archgate-win32-x64": "0.15.0" }, "readme": "README.md" }