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.2.0](https://github.com/archgate/cli/compare/v0.1.1...v0.2.0) (2026-02-23)

### Features

* distribute binaries via npm platform packages ([#7](https://github.com/archgate/cli/issues/7)) ([e3102f6](https://github.com/archgate/cli/commit/e3102f627bf4da329d6233ef14921dac0b265735))

### Bug Fixes

* use ./ prefix for npm publish to avoid GitHub shorthand resolution ([5f87fa9](https://github.com/archgate/cli/commit/5f87fa9a9624629d6101a30e80790198022bcba5))

## [0.1.1](https://github.com/archgate/cli/compare/v0.1.0...v0.1.1) (2026-02-23)

### Bug Fixes
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.1.1",
"version": "0.2.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
Loading