From ef4053f660a873d8ba9ea436ee022aced3dab092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 23:35:01 +0000 Subject: [PATCH] chore(release): 0.34.0 Signed-off-by: github-actions[bot] --- CHANGELOG.md | 7 +++++++ docs/astro.config.mjs | 2 +- docs/public/version.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba21b2a..18709bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.34.0](https://github.com/archgate/cli/compare/v0.33.3...v0.34.0) (2026-05-10) + +### Features + +* legal compliance remediation ([#290](https://github.com/archgate/cli/issues/290)) ([ac71728](https://github.com/archgate/cli/commit/ac71728fbc2b1c5f2e8f2eff686ed0d0b8d1ec69)) +* support custom ADR directory via config.json paths field ([#293](https://github.com/archgate/cli/issues/293)) ([1e003ab](https://github.com/archgate/cli/commit/1e003abd33216280b2318b2c25e45d1848961eec)) + ## [0.33.3](https://github.com/archgate/cli/compare/v0.33.2...v0.33.3) (2026-05-10) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 72f40479..4d23f251 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.3", + softwareVersion: "0.34.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 f254f2d5..5d9b060c 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.33.3" } +{ "version": "v0.34.0" } diff --git a/package.json b/package.json index e9e16291..33f3b86d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.33.3", + "version": "0.34.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",