diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fa3639..b086989f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.30.0](https://github.com/archgate/cli/compare/v0.29.0...v0.30.0) (2026-04-23) + +### Features + +* **init:** add opencode as a fifth editor target ([#217](https://github.com/archgate/cli/issues/217)) ([58f8aaa](https://github.com/archgate/cli/commit/58f8aaab48da7f1d27a7b5678560e28dd05f3468)) + ## [0.29.0](https://github.com/archgate/cli/compare/v0.28.0...v0.29.0) (2026-04-16) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 5008f400..cc45b92b 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.29.0", + softwareVersion: "0.30.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 699b80ac..6bd5cb2b 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.29.0" } +{ "version": "v0.30.0" } diff --git a/package.json b/package.json index 8c7e3ff7..10b9f67b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.29.0", + "version": "0.30.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",