From 786d253e3e7321674d85c79025bbc8e6a16948aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Mar 2026 16:07:21 +0000 Subject: [PATCH] chore(release): 0.13.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 8c2f6df9..74ba6ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.13.0](https://github.com/archgate/cli/compare/v0.11.2...v0.13.0) (2026-03-18) + +### Features + +* add ARCH-009 adr, tls platform hints, release lockfile fix, flaky test fixes ([#76](https://github.com/archgate/cli/issues/76)) ([15fdef5](https://github.com/archgate/cli/commit/15fdef5560480a78d22520725af7a49176463aaa)) +* standalone installer and GitHub Releases distribution ([#72](https://github.com/archgate/cli/issues/72)) ([09fc5dd](https://github.com/archgate/cli/commit/09fc5dd554e2c444c0c18877392999c041264be9)) + +### Bug Fixes + +* update lockfile and detect TLS errors in login ([#74](https://github.com/archgate/cli/issues/74)) ([2c15d83](https://github.com/archgate/cli/commit/2c15d83404ece9d7678e6cb95e4d1c0f1a80e6fd)) + ## [0.12.0](https://github.com/archgate/cli/compare/v0.11.2...v0.12.0) (2026-03-18) ### Features diff --git a/bun.lock b/bun.lock index b050c71b..54d51b2b 100644 --- a/bun.lock +++ b/bun.lock @@ -19,9 +19,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.12.0", - "archgate-linux-x64": "0.12.0", - "archgate-win32-x64": "0.12.0", + "archgate-darwin-arm64": "0.13.0", + "archgate-linux-x64": "0.13.0", + "archgate-win32-x64": "0.13.0", }, "peerDependencies": { "typescript": "^5", diff --git a/package.json b/package.json index 3a599a18..c8bec076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.12.0", + "version": "0.13.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.12.0", - "archgate-linux-x64": "0.12.0", - "archgate-win32-x64": "0.12.0" + "archgate-darwin-arm64": "0.13.0", + "archgate-linux-x64": "0.13.0", + "archgate-win32-x64": "0.13.0" }, "readme": "README.md" }