diff --git a/CHANGELOG.md b/CHANGELOG.md index 3785f0b3..1bb866d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.36.0](https://github.com/archgate/cli/compare/v0.35.0...v0.36.0) (2026-05-11) + +### Features + +* greenfield wizard and archgate adr sync ([#302](https://github.com/archgate/cli/issues/302)) ([ffa9a80](https://github.com/archgate/cli/commit/ffa9a804d496a3a014e58795bb2db82f742edda5)) + +### Bug Fixes + +* **ci:** fix Codecov coverage and test results uploads ([#303](https://github.com/archgate/cli/issues/303)) ([0cc2a5b](https://github.com/archgate/cli/commit/0cc2a5b4c0e544bfbb87b68a28f29dc7fb24a11e)), closes [codecov/codecov-action#1794](https://github.com/codecov/codecov-action/issues/1794) [#1839](https://github.com/archgate/cli/issues/1839) [#1623](https://github.com/archgate/cli/issues/1623) [codecov/codecov-action#1945](https://github.com/codecov/codecov-action/issues/1945) +* **ci:** pin proto 0.56.3 on Windows, restore node 24 ([#299](https://github.com/archgate/cli/issues/299)) ([d38224b](https://github.com/archgate/cli/commit/d38224b758618996b8fc48d380a0cbd60d75f82b)) + ## [0.35.0](https://github.com/archgate/cli/compare/v0.34.0...v0.35.0) (2026-05-11) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 57eee0e1..1c50da15 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.35.0", + softwareVersion: "0.36.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 da42b659..526c6661 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.35.0" } +{ "version": "v0.36.0" } diff --git a/package.json b/package.json index 90d331f9..e813f920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.35.0", + "version": "0.36.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",