From af9227c4c90d508191d49366ce7b8138e21ea337 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 May 2026 22:57:15 +0000 Subject: [PATCH] chore(release): 0.42.0 Signed-off-by: github-actions[bot] --- CHANGELOG.md | 12 ++++++++++++ docs/astro.config.mjs | 2 +- docs/public/version.json | 2 +- package.json | 2 +- shims/go/internal/shim/shim.go | 2 +- shims/maven/pom.xml | 2 +- shims/maven/src/main/java/dev/archgate/cli/Shim.java | 2 +- shims/nuget/Archgate.Tool/Archgate.Tool.csproj | 2 +- shims/nuget/Archgate.Tool/Program.cs | 2 +- shims/pypi/archgate/_version.py | 2 +- shims/pypi/pyproject.toml | 2 +- shims/rubygem/lib/archgate/version.rb | 2 +- 12 files changed, 23 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa58904c..7acadc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.42.0](https://github.com/archgate/cli/compare/v0.41.1...v0.42.0) (2026-05-30) + +### Features + +* **engine:** add inline suppression via archgate-ignore comments ([#383](https://github.com/archgate/cli/issues/383)) ([1240860](https://github.com/archgate/cli/commit/12408603724f2bcb7be22950624e83563179e6ab)) + +### Bug Fixes + +* **deps:** resolve dependency dashboard deprecation and lookup warnings ([#387](https://github.com/archgate/cli/issues/387)) ([18eae44](https://github.com/archgate/cli/commit/18eae4481b2210c796276ff0718fcd91cc9a8144)), closes [#107](https://github.com/archgate/cli/issues/107) +* **docs:** restore Norwegian Bokmål diacritical marks across nb/ locale ([#384](https://github.com/archgate/cli/issues/384)) ([ef98b39](https://github.com/archgate/cli/commit/ef98b39ec0b85bc7f48c1325810b5d27323a138e)) +* **shims,docs:** resolve CodeQL and AI code quality findings ([#388](https://github.com/archgate/cli/issues/388)) ([63ec93f](https://github.com/archgate/cli/commit/63ec93fc3ebe603a856a24f5ffef8120e357ce4c)) + ## [0.41.1](https://github.com/archgate/cli/compare/v0.41.0...v0.41.1) (2026-05-29) ### Bug Fixes diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 3061e6bb..4ca7c6c8 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -182,7 +182,7 @@ export default defineConfig({ applicationCategory: "DeveloperApplication", applicationSubCategory: "Code Governance", operatingSystem: "macOS, Linux, Windows", - softwareVersion: "0.41.1", + softwareVersion: "0.42.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 97a3be12..0f8f1792 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.41.1" } +{ "version": "v0.42.0" } diff --git a/package.json b/package.json index 17194f8b..2e7492a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.41.1", + "version": "0.42.0", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr", diff --git a/shims/go/internal/shim/shim.go b/shims/go/internal/shim/shim.go index 7e39a147..7f51f625 100644 --- a/shims/go/internal/shim/shim.go +++ b/shims/go/internal/shim/shim.go @@ -16,7 +16,7 @@ import ( ) // Version is the archgate CLI version this shim downloads. -const Version = "0.41.1" +const Version = "0.42.0" const ( releaseBaseURL = "https://github.com/archgate/cli/releases/download" diff --git a/shims/maven/pom.xml b/shims/maven/pom.xml index 2efc0727..58e646e4 100644 --- a/shims/maven/pom.xml +++ b/shims/maven/pom.xml @@ -6,7 +6,7 @@ dev.archgate archgate-cli - 0.41.1 + 0.42.0 jar archgate-cli diff --git a/shims/maven/src/main/java/dev/archgate/cli/Shim.java b/shims/maven/src/main/java/dev/archgate/cli/Shim.java index 9fe2c913..47dc5723 100644 --- a/shims/maven/src/main/java/dev/archgate/cli/Shim.java +++ b/shims/maven/src/main/java/dev/archgate/cli/Shim.java @@ -30,7 +30,7 @@ */ public final class Shim { - private static final String VERSION = "0.41.1"; + private static final String VERSION = "0.42.0"; private static final String BASE_URL = "https://github.com/archgate/cli/releases/download/v" + VERSION + "/"; private Shim() {} diff --git a/shims/nuget/Archgate.Tool/Archgate.Tool.csproj b/shims/nuget/Archgate.Tool/Archgate.Tool.csproj index 8258912b..efae3cef 100644 --- a/shims/nuget/Archgate.Tool/Archgate.Tool.csproj +++ b/shims/nuget/Archgate.Tool/Archgate.Tool.csproj @@ -6,7 +6,7 @@ true archgate archgate - 0.41.1 + 0.42.0 Enforce Architecture Decision Records as executable rules — for both humans and AI agents Archgate Apache-2.0 diff --git a/shims/nuget/Archgate.Tool/Program.cs b/shims/nuget/Archgate.Tool/Program.cs index abf0f334..a8bc826d 100644 --- a/shims/nuget/Archgate.Tool/Program.cs +++ b/shims/nuget/Archgate.Tool/Program.cs @@ -8,7 +8,7 @@ namespace Archgate.Tool; internal static class Program { - private const string Version = "0.41.1"; + private const string Version = "0.42.0"; private static readonly string CacheDir = Path.Join( Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), diff --git a/shims/pypi/archgate/_version.py b/shims/pypi/archgate/_version.py index d0ccb05a..92717f71 100644 --- a/shims/pypi/archgate/_version.py +++ b/shims/pypi/archgate/_version.py @@ -1 +1 @@ -__version__ = "0.41.1" +__version__ = "0.42.0" diff --git a/shims/pypi/pyproject.toml b/shims/pypi/pyproject.toml index dadfe6ee..6d08e2e0 100644 --- a/shims/pypi/pyproject.toml +++ b/shims/pypi/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "archgate" -version = "0.41.1" +version = "0.42.0" description = "Enforce Architecture Decision Records as executable rules — for both humans and AI agents" readme = "README.md" requires-python = ">=3.8" diff --git a/shims/rubygem/lib/archgate/version.rb b/shims/rubygem/lib/archgate/version.rb index 6ec05845..c5803a01 100644 --- a/shims/rubygem/lib/archgate/version.rb +++ b/shims/rubygem/lib/archgate/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Archgate - VERSION = "0.41.1" + VERSION = "0.42.0" end