From 020b5678733e5fc6385aa169482ca883e392d14c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 May 2026 21:57:21 +0000 Subject: [PATCH] chore(release): 0.32.0 Signed-off-by: github-actions[bot] --- CHANGELOG.md | 10 ++++++++++ docs/astro.config.mjs | 2 +- docs/public/version.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ea930de..586f973d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.32.0](https://github.com/archgate/cli/compare/v0.31.3...v0.32.0) (2026-05-04) + +### Features + +* add Sentry tunnel and route error tracking through s.archgate.dev ([#266](https://github.com/archgate/cli/issues/266)) ([38c6a82](https://github.com/archgate/cli/commit/38c6a82e2c3115856e67fc856d14f9035b3bb889)) + +### Bug Fixes + +* suppress PostHog telemetry errors behind corporate proxies ([#264](https://github.com/archgate/cli/issues/264)) ([f130487](https://github.com/archgate/cli/commit/f130487841f00af6a9ff67d001c5591db86871c5)) + ## [0.31.3](https://github.com/archgate/cli/compare/v0.31.2...v0.31.3) (2026-05-04) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 178c4b29..b5ec488e 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.31.3", + softwareVersion: "0.32.0", 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 aa00b1a2..3ca209c9 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.31.3" } +{ "version": "v0.32.0" } diff --git a/package.json b/package.json index 332f716b..5a0ab944 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.31.3", + "version": "0.32.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",