diff --git a/CHANGELOG.md b/CHANGELOG.md index e39df361..779ffb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.25.1](https://github.com/archgate/cli/compare/v0.25.0...v0.25.1) (2026-03-24) + +### Bug Fixes + +* avoid Windows CI timeout in init idempotency test ([#164](https://github.com/archgate/cli/issues/164)) ([8fdbe29](https://github.com/archgate/cli/commit/8fdbe29b3dc07a8ccc733820c5d2ab888dcdd786)) + ## [0.25.0](https://github.com/archgate/cli/compare/v0.24.0...v0.25.0) (2026-03-23) ### Features diff --git a/bun.lock b/bun.lock index 9f0dfd6f..f75efafd 100644 --- a/bun.lock +++ b/bun.lock @@ -22,9 +22,9 @@ "zod": "4.3.6", }, "optionalDependencies": { - "archgate-darwin-arm64": "0.25.0", - "archgate-linux-x64": "0.25.0", - "archgate-win32-x64": "0.25.0", + "archgate-darwin-arm64": "0.25.1", + "archgate-linux-x64": "0.25.1", + "archgate-win32-x64": "0.25.1", }, "peerDependencies": { "typescript": "^5 || ^6.0.0", diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index c8921514..fa7fe7db 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.25.0", + softwareVersion: "0.25.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 ae6bbdf1..9fa2acec 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.25.0" } +{ "version": "v0.25.1" } diff --git a/package.json b/package.json index e21a9c62..ab143d40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.25.0", + "version": "0.25.1", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", @@ -76,9 +76,9 @@ "typescript": "^5 || ^6.0.0" }, "optionalDependencies": { - "archgate-darwin-arm64": "0.25.0", - "archgate-linux-x64": "0.25.0", - "archgate-win32-x64": "0.25.0" + "archgate-darwin-arm64": "0.25.1", + "archgate-linux-x64": "0.25.1", + "archgate-win32-x64": "0.25.1" }, "readme": "README.md" }