From 04c364b46f61720c7dbfa25f2dbfb4a1d8960c3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 May 2026 21:20:01 +0000 Subject: [PATCH] chore(release): 0.36.1 Signed-off-by: github-actions[bot] --- 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 1bb866d3..ae83313b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.36.1](https://github.com/archgate/cli/compare/v0.36.0...v0.36.1) (2026-05-11) + +### Bug Fixes + +* **security:** remove postinstall script, download binary on first run only ([#306](https://github.com/archgate/cli/issues/306)) ([41696f4](https://github.com/archgate/cli/commit/41696f43e42cc21d4332630b3a4fd1ab732ad5dc)) + ## [0.36.0](https://github.com/archgate/cli/compare/v0.35.0...v0.36.0) (2026-05-11) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 1c50da15..877585cf 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.36.0", + softwareVersion: "0.36.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 526c6661..58880bf7 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.36.0" } +{ "version": "v0.36.1" } diff --git a/package.json b/package.json index 228abe44..0c4278bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.36.0", + "version": "0.36.1", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",