From 519b9e6080fb6372a2f65c2949d208425e26c03f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 May 2026 01:47:46 +0000 Subject: [PATCH] chore(release): 0.38.0 Signed-off-by: github-actions[bot] --- CHANGELOG.md | 12 ++++++++++++ docs/astro.config.mjs | 2 +- docs/public/version.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3e7b55..b9e57e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.38.0](https://github.com/archgate/cli/compare/v0.37.0...v0.38.0) (2026-05-24) + +### Features + +* **session-context:** add --skip option for sub-agent session reads ([#330](https://github.com/archgate/cli/issues/330)) ([a3fcdd5](https://github.com/archgate/cli/commit/a3fcdd5cdc8e3cb2c61424c9e6f88241996bf54d)) +* **upgrade:** prompt to update editor plugins after CLI upgrade ([#334](https://github.com/archgate/cli/issues/334)) ([a330b5c](https://github.com/archgate/cli/commit/a330b5c22311de65b8a676153aaf13d7846762b4)) +* warn when ADR file scope is too broad ([#329](https://github.com/archgate/cli/issues/329)) ([0d99b7f](https://github.com/archgate/cli/commit/0d99b7f8222f51097b6263ad807653729ba5299c)) + +### Bug Fixes + +* **ci:** revert SLSA reusable workflow to tag pin ([#322](https://github.com/archgate/cli/issues/322)) ([dee4999](https://github.com/archgate/cli/commit/dee49991a05a5f12e1aba4cbc6a3c1d3f271adb0)), closes [#284](https://github.com/archgate/cli/issues/284) [#10](https://github.com/archgate/cli/issues/10) [slsa-framework/slsa-github-generator#150](https://github.com/slsa-framework/slsa-github-generator/issues/150) + ## [0.37.0](https://github.com/archgate/cli/compare/v0.36.3...v0.37.0) (2026-05-18) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 3958dfe1..75a0b160 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.37.0", + softwareVersion: "0.38.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 b48a796b..3076141f 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.37.0" } +{ "version": "v0.38.0" } diff --git a/package.json b/package.json index 588e8dbb..2e20de6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.37.0", + "version": "0.38.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",