From 17ea2f9256f396376dbf9490ea09d26eabb99755 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Mar 2026 16:19:52 +0000 Subject: [PATCH] chore(release): 0.11.2 --- CHANGELOG.md | 7 +++++++ package.json | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a25f8a4c..01df8dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.11.2](https://github.com/archgate/cli/compare/v0.11.0...v0.11.2) (2026-03-17) + +### Bug Fixes + +* handle Windows backslash paths in encodeProjectPath ([#69](https://github.com/archgate/cli/issues/69)) ([ad63659](https://github.com/archgate/cli/commit/ad63659e2d717d13236d7983afce2fd5697687a0)) +* pin platform package versions to exact release version ([#67](https://github.com/archgate/cli/issues/67)) ([939964a](https://github.com/archgate/cli/commit/939964aa2cd63cba06bd659ec79a0414a63fb324)) + ## [0.11.1](https://github.com/archgate/cli/compare/v0.11.0...v0.11.1) (2026-03-17) ### Bug Fixes diff --git a/package.json b/package.json index 6fa59bf7..0cac9196 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.11.1", + "version": "0.11.2", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -75,9 +75,9 @@ "typescript": "^5" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.11.1", - "archgate-linux-x64": "0.11.1", - "archgate-win32-x64": "0.11.1" + "archgate-darwin-arm64": "0.11.2", + "archgate-linux-x64": "0.11.2", + "archgate-win32-x64": "0.11.2" }, "readme": "README.md" }