diff --git a/CHANGELOG.md b/CHANGELOG.md index 586f973d..536ae2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.33.0](https://github.com/archgate/cli/compare/v0.32.0...v0.33.0) (2026-05-05) + +### Features + +* add session-context support for Copilot CLI and opencode ([#273](https://github.com/archgate/cli/issues/273)) ([03e9746](https://github.com/archgate/cli/commit/03e97464f221277aa34c0b31024cbb261d8416a4)) + +### Bug Fixes + +* make multi-editor plugin installs independent of each other ([#270](https://github.com/archgate/cli/issues/270)) ([ffdb8e0](https://github.com/archgate/cli/commit/ffdb8e0ec476cc0c5038f4823691f06e7cf7596a)) +* show download progress and increase timeout during binary upgrade ([#272](https://github.com/archgate/cli/issues/272)) ([ed4776b](https://github.com/archgate/cli/commit/ed4776b1ca502fe66a3957e80998f0c500ea2bbf)) + ## [0.32.0](https://github.com/archgate/cli/compare/v0.31.3...v0.32.0) (2026-05-04) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index b5ec488e..879de64e 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.32.0", + softwareVersion: "0.33.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 3ca209c9..429f1f19 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.32.0" } +{ "version": "v0.33.0" } diff --git a/package.json b/package.json index ea9fe3dd..c43ec1eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.32.0", + "version": "0.33.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",