From daaf26fd09d797329fe3a7bcc2e1ff6a2404c209 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Apr 2026 16:07:51 +0000 Subject: [PATCH] chore(release): 0.30.1 --- CHANGELOG.md | 6 ++++++ docs/astro.config.mjs | 2 +- docs/public/version.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b086989f..abe60a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.30.1](https://github.com/archgate/cli/compare/v0.30.0...v0.30.1) (2026-04-26) + +### Bug Fixes + +* **engine:** match dot-prefixed dirs in ctx.glob() and ADR file scopes ([#223](https://github.com/archgate/cli/issues/223)) ([2b3eba4](https://github.com/archgate/cli/commit/2b3eba4dae00f6b035c3a7a84a93809fc6012eec)), closes [#222](https://github.com/archgate/cli/issues/222) [#222](https://github.com/archgate/cli/issues/222) + ## [0.30.0](https://github.com/archgate/cli/compare/v0.29.0...v0.30.0) (2026-04-23) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index cc45b92b..36eff847 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.30.0", + softwareVersion: "0.30.1", 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 6bd5cb2b..6b130144 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.30.0" } +{ "version": "v0.30.1" } diff --git a/package.json b/package.json index eae5b68e..39c6abeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.30.0", + "version": "0.30.1", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",