From bc0bdba55f490e3be9da7d291f4a98f57ff081ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Mar 2026 23:28:38 +0000 Subject: [PATCH] chore(release): 0.17.2 --- CHANGELOG.md | 10 ++++++++++ bun.lock | 6 +++--- docs/astro.config.mjs | 2 +- docs/public/version.json | 2 +- package.json | 8 ++++---- 5 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bda8868..c0db8300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.17.2](https://github.com/archgate/cli/compare/v0.17.1...v0.17.2) (2026-03-21) + +### Bug Fixes + +* **ci:** post status checks on release PR ([#131](https://github.com/archgate/cli/issues/131)) ([dd2156e](https://github.com/archgate/cli/commit/dd2156eef2e4639f42d48c4bc5d60760acde8036)) +* **config:** unify docs dependencies into a single Renovate PR ([#129](https://github.com/archgate/cli/issues/129)) ([999a237](https://github.com/archgate/cli/commit/999a2375dd1d6891f37d2e202d510c068172303e)) +* **deps:** group docs dependencies into a single Renovate PR ([#125](https://github.com/archgate/cli/issues/125)) ([4c1ad20](https://github.com/archgate/cli/commit/4c1ad201c06ad236b4823bfac3d971e24933bc53)) +* **deps:** update docs dependencies ([#126](https://github.com/archgate/cli/issues/126)) ([4c7008a](https://github.com/archgate/cli/commit/4c7008a568c67b08c05dae07653d4c6c6f7f0f04)) +* encode colons and dots in session-context project path ([#130](https://github.com/archgate/cli/issues/130)) ([262a172](https://github.com/archgate/cli/commit/262a17234cfec5dbe06c152735c3d4a4e8f8707c)) + ## [0.17.1](https://github.com/archgate/cli/compare/v0.17.0...v0.17.1) (2026-03-21) ### Bug Fixes diff --git a/bun.lock b/bun.lock index d58e0957..d0b37dcf 100644 --- a/bun.lock +++ b/bun.lock @@ -19,9 +19,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.17.1", - "archgate-linux-x64": "0.17.1", - "archgate-win32-x64": "0.17.1", + "archgate-darwin-arm64": "0.17.2", + "archgate-linux-x64": "0.17.2", + "archgate-win32-x64": "0.17.2", }, "peerDependencies": { "typescript": "^5", diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index a851a4ce..18e54d08 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.17.1", + softwareVersion: "0.17.2", 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 3783d7fb..fd6df967 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.17.1" } +{ "version": "v0.17.2" } diff --git a/package.json b/package.json index 6706fbb5..9411cd5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.17.1", + "version": "0.17.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -73,9 +73,9 @@ "typescript": "^5" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.17.1", - "archgate-linux-x64": "0.17.1", - "archgate-win32-x64": "0.17.1" + "archgate-darwin-arm64": "0.17.2", + "archgate-linux-x64": "0.17.2", + "archgate-win32-x64": "0.17.2" }, "readme": "README.md" }