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.28.0](https://github.com/archgate/cli/compare/v0.27.0...v0.28.0) (2026-04-14)

### Features

* **telemetry:** fix command/exit-code tracking and enrich events ([#206](https://github.com/archgate/cli/issues/206)) ([d798061](https://github.com/archgate/cli/commit/d798061f76f890fa4b75e0559d874fb6e406c7c9))

### Bug Fixes

* address valid AI quality findings ([#202](https://github.com/archgate/cli/issues/202)) ([8c63cd6](https://github.com/archgate/cli/commit/8c63cd6154fe2049d911802d1ac155b55fc6acc4))

## [0.27.0](https://github.com/archgate/cli/compare/v0.26.2...v0.27.0) (2026-03-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default defineConfig({
applicationCategory: "DeveloperApplication",
applicationSubCategory: "Code Governance",
operatingSystem: "macOS, Linux, Windows",
softwareVersion: "0.27.0",
softwareVersion: "0.28.0",
license: "https://github.com/archgate/cli/blob/main/LICENSE",
offers: { "@type": "Offer", price: "0", priceCurrency: "USD" },
url: "https://cli.archgate.dev",
Expand Down
2 changes: 1 addition & 1 deletion docs/public/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "v0.27.0" }
{ "version": "v0.28.0" }
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.27.0",
"version": "0.28.0",
"description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents",
"keywords": [
"adr",
Expand Down
Loading