Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down