diff --git a/CHANGELOG.md b/CHANGELOG.md index efcd46af..a2fa3639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index bcc7e724..9fa84f1d 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -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", diff --git a/docs/public/version.json b/docs/public/version.json index b86d88f0..699b80ac 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.28.0" } +{ "version": "v0.29.0" } diff --git a/package.json b/package.json index 70ba7212..b5787b56 100644 --- a/package.json +++ b/package.json @@ -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",