Skip to content

Commit 4154ea6

Browse files
github-actions[bot]rhuanbarreto
authored andcommitted
chore(release): 0.16.0 (#94)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9fac0fb commit 4154ea6

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.16.0](https://github.com/archgate/cli/compare/v0.15.0...v0.16.0) (2026-03-20)
2+
3+
### Features
4+
5+
* on-demand binary download fallback for npm distribution ([#92](https://github.com/archgate/cli/issues/92)) ([c5512db](https://github.com/archgate/cli/commit/c5512db65d6a7505ed8d7dc1c6cbaa564a92fc31))
6+
* support all installation methods in upgrade command ([#97](https://github.com/archgate/cli/issues/97)) ([8312986](https://github.com/archgate/cli/commit/831298637da042bee53b90769d994cc6018a508a))
7+
8+
### Bug Fixes
9+
10+
* treat rule import failures as errors ([#95](https://github.com/archgate/cli/issues/95)) ([abac53e](https://github.com/archgate/cli/commit/abac53e5739b833fa22247576d9963a3b85a9cfc))
11+
112
## [0.15.0](https://github.com/archgate/cli/compare/v0.14.0...v0.15.0) (2026-03-19)
213

314
### Features

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archgate",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents",
55
"keywords": [
66
"adr",
@@ -73,9 +73,9 @@
7373
"typescript": "^5"
7474
},
7575
"optionalDependencies": {
76-
"archgate-darwin-arm64": "0.15.0",
77-
"archgate-linux-x64": "0.15.0",
78-
"archgate-win32-x64": "0.15.0"
76+
"archgate-darwin-arm64": "0.16.0",
77+
"archgate-linux-x64": "0.16.0",
78+
"archgate-win32-x64": "0.16.0"
7979
},
8080
"readme": "README.md"
8181
}

0 commit comments

Comments
 (0)