diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e11172c..0ba21b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.33.3](https://github.com/archgate/cli/compare/v0.33.2...v0.33.3) (2026-05-10) + +### Bug Fixes + +* **deps:** update dependency @astrojs/starlight to ^0.39.0 ([#289](https://github.com/archgate/cli/issues/289)) ([d704d75](https://github.com/archgate/cli/commit/d704d757657b8d6fc8b394cca9fd25ddf943b452)) +* remove target directory from opencode install success message ([#281](https://github.com/archgate/cli/issues/281)) ([73ce5b0](https://github.com/archgate/cli/commit/73ce5b0e1ee4ec5624060d6994671078158faeec)) + +### Performance Improvements + +* lazy-load inquirer and defer telemetry init to halve startup latency ([#286](https://github.com/archgate/cli/issues/286)) ([15c6b3c](https://github.com/archgate/cli/commit/15c6b3c8bc1b0350876d8177cb1e4a665c659c98)) + ## [0.33.2](https://github.com/archgate/cli/compare/v0.33.1...v0.33.2) (2026-05-08) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index ec0fa35b..8cb9edeb 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.33.2", + softwareVersion: "0.33.3", 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 c41c4bf6..f254f2d5 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.33.2" } +{ "version": "v0.33.3" } diff --git a/package.json b/package.json index b0d8bbc7..29f27366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.33.2", + "version": "0.33.3", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",