From 845891d42899c822aff66989534a4447d1f86066 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Feb 2026 05:35:03 +0000 Subject: [PATCH] chore(release): 0.6.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2c6652..8da3d7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.6.0](https://github.com/archgate/cli/compare/v0.5.0...v0.6.0) (2026-02-28) + +### Features + +* **docs:** add Starlight documentation site ([#23](https://github.com/archgate/cli/issues/23)) ([ea949f3](https://github.com/archgate/cli/commit/ea949f3cc86bf00bca030f3967c091af7fa3de66)) + +### Bug Fixes + +* **ci:** add auto-install to deploy-docs toolchain setup ([#26](https://github.com/archgate/cli/issues/26)) ([931d89d](https://github.com/archgate/cli/commit/931d89d9dad4215cd9c7b2d393efb1a370879744)) + ## [0.5.0](https://github.com/archgate/cli/compare/v0.4.0...v0.5.0) (2026-02-28) ### Features diff --git a/package.json b/package.json index 61a2c691..e81266a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.5.0", + "version": "0.6.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "readme": "README.md", "license": "FSL-1.1-ALv2",