From e0dd8eeb04edde90a8675f250446ee2a79805395 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Feb 2026 22:18:33 +0000 Subject: [PATCH] chore(release): 0.2.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dacc5b25..f5f25674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.2.4](https://github.com/archgate/cli/compare/v0.2.3...v0.2.4) (2026-02-23) + +### Bug Fixes + +* **mcp:** start server without a project and guide onboarding ([5f02fa3](https://github.com/archgate/cli/commit/5f02fa39795fcd72102a6bd68fdee47d0d948560)) + ## [0.2.3](https://github.com/archgate/cli/compare/v0.2.2...v0.2.3) (2026-02-23) ### Bug Fixes diff --git a/package.json b/package.json index 328b79c2..e466af2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.2.3", + "version": "0.2.4", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "FSL-1.1-ALv2",