From 54c576345431ddae7fd1c6dd5755894d0fd85087 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Mar 2026 21:27:49 +0000 Subject: [PATCH] chore(release): 0.16.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 d5c09fcb..306311f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.16.0](https://github.com/archgate/cli/compare/v0.15.0...v0.16.0) (2026-03-20) + +### Features + +* on-demand binary download fallback for npm distribution ([#92](https://github.com/archgate/cli/issues/92)) ([c5512db](https://github.com/archgate/cli/commit/c5512db65d6a7505ed8d7dc1c6cbaa564a92fc31)) +* support all installation methods in upgrade command ([#97](https://github.com/archgate/cli/issues/97)) ([8312986](https://github.com/archgate/cli/commit/831298637da042bee53b90769d994cc6018a508a)) + +### Bug Fixes + +* treat rule import failures as errors ([#95](https://github.com/archgate/cli/issues/95)) ([abac53e](https://github.com/archgate/cli/commit/abac53e5739b833fa22247576d9963a3b85a9cfc)) + ## [0.15.0](https://github.com/archgate/cli/compare/v0.14.0...v0.15.0) (2026-03-19) ### Features diff --git a/bun.lock b/bun.lock index 5d5c60e6..f3da4ccc 100644 --- a/bun.lock +++ b/bun.lock @@ -19,9 +19,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.15.0", - "archgate-linux-x64": "0.15.0", - "archgate-win32-x64": "0.15.0", + "archgate-darwin-arm64": "0.16.0", + "archgate-linux-x64": "0.16.0", + "archgate-win32-x64": "0.16.0", }, "peerDependencies": { "typescript": "^5", diff --git a/package.json b/package.json index 3508d3a8..e9af8dc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.15.0", + "version": "0.16.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -73,9 +73,9 @@ "typescript": "^5" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.15.0", - "archgate-linux-x64": "0.15.0", - "archgate-win32-x64": "0.15.0" + "archgate-darwin-arm64": "0.16.0", + "archgate-linux-x64": "0.16.0", + "archgate-win32-x64": "0.16.0" }, "readme": "README.md" }