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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.29.0](https://github.com/archgate/cli/compare/v0.28.0...v0.29.0) (2026-04-16)

### Features

* **adr:** support custom domains via `archgate domain` commands ([#212](https://github.com/archgate/cli/issues/212)) ([2717763](https://github.com/archgate/cli/commit/271776347a8f35e5ef812e1612f6d2638c8e8dfa))
* **docs:** add PostHog web analytics ([#208](https://github.com/archgate/cli/issues/208)) ([0502ecd](https://github.com/archgate/cli/commit/0502ecd6d9f2da11c56d43daa25318d5d845beda))

### Bug Fixes

* **telemetry:** await initTelemetry so command_executed carries repo_id ([#211](https://github.com/archgate/cli/issues/211)) ([4ffbb70](https://github.com/archgate/cli/commit/4ffbb706029f370e7f277c764a5aba602a6d7e76))

### Performance Improvements

* **cli:** remove 3s exit tail and trim startup overhead ([#213](https://github.com/archgate/cli/issues/213)) ([9e442d6](https://github.com/archgate/cli/commit/9e442d60bb4d87c0b86d072301481a943bca4954)), closes [#6](https://github.com/archgate/cli/issues/6) [#211](https://github.com/archgate/cli/issues/211)

## [0.28.0](https://github.com/archgate/cli/compare/v0.27.0...v0.28.0) (2026-04-14)

### 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.28.0",
softwareVersion: "0.29.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.28.0" }
{ "version": "v0.29.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.28.0",
"version": "0.29.0",
"description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents",
"keywords": [
"adr",
Expand Down
Loading