Skip to content

Commit 35720c9

Browse files
chore(release): 0.45.4 (#414)
# archgate ## [0.45.4](v0.45.3...v0.45.4) (2026-06-15) ### Bug Fixes * **import:** improve error messages and extract business logic ([#413](#413)) ([337beae](337beae)) --- This PR was generated with [simple-release](https://github.com/TrigenSoftware/simple-release). <details> <summary>📄 Cheatsheet</summary> <br> You can configure the bot's behavior through a pull request comment using the `!simple-release/set-options` command. ### Command Format ````md !simple-release/set-options ```json { "bump": {}, "publish": {} } ``` ```` ### Useful Parameters #### Bump | Parameter | Type | Description | |-----------|------|-------------| | `version` | `string` | Force set specific version | | `as` | `'major' \| 'minor' \| 'patch' \| 'prerelease'` | Release type | | `prerelease` | `string` | Pre-release identifier (e.g., "alpha", "beta") | | `firstRelease` | `boolean` | Whether this is the first release | | `skip` | `boolean` | Skip version bump | | `byProject` | `Record<string, object>` | Per-project bump options for monorepos | #### Publish | Parameter | Type | Description | |-----------|------|-------------| | `skip` | `boolean` | Skip publishing | | `access` | `'public' \| 'restricted'` | Package access level | | `tag` | `string` | Tag for npm publication | ### Usage Examples #### Force specific version ````md !simple-release/set-options ```json { "bump": { "version": "2.0.0" } } ``` ```` #### Force major bump ````md !simple-release/set-options ```json { "bump": { "as": "major" } } ``` ```` #### Create alpha pre-release ````md !simple-release/set-options ```json { "bump": { "prerelease": "alpha" } } ``` ```` #### Publish with specific access and tag ````md !simple-release/set-options ```json { "bump": { "prerelease": "beta" }, "publish": { "access": "public", "tag": "beta" } } ``` ```` ### Access Restrictions The command can only be used by users with permissions: - repository owner - organization member - collaborator ### Notes - The last comment with `!simple-release/set-options` command takes priority - JSON must be valid, otherwise the command will be ignored - Parameters apply only to the current release execution - The command can be updated by editing the comment or adding a new one </details> <!-- Please do not edit this comment. simple-release-pull-request: true simple-release-branch-from: release simple-release-branch-to: main --> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ed0ea60 commit 35720c9

12 files changed

Lines changed: 17 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.45.4](https://github.com/archgate/cli/compare/v0.45.3...v0.45.4) (2026-06-15)
2+
3+
### Bug Fixes
4+
5+
* **import:** improve error messages and extract business logic ([#413](https://github.com/archgate/cli/issues/413)) ([337beae](https://github.com/archgate/cli/commit/337beaeb62926e196c582c8946227eee500f4415))
6+
17
## [0.45.3](https://github.com/archgate/cli/compare/v0.45.2...v0.45.3) (2026-06-11)
28

39
### Bug Fixes

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default defineConfig({
183183
applicationCategory: "DeveloperApplication",
184184
applicationSubCategory: "Code Linting",
185185
operatingSystem: "macOS, Linux, Windows",
186-
softwareVersion: "0.45.3",
186+
softwareVersion: "0.45.4",
187187
license: "https://github.com/archgate/cli/blob/main/LICENSE",
188188
offers: { "@type": "Offer", price: "0", priceCurrency: "USD" },
189189
url: "https://cli.archgate.dev",

docs/public/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "version": "v0.45.3" }
1+
{ "version": "v0.45.4" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archgate",
3-
"version": "0.45.3",
3+
"version": "0.45.4",
44
"description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents",
55
"keywords": [
66
"adr",

shims/go/internal/shim/shim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
// Version is the archgate CLI version this shim downloads.
19-
const Version = "0.45.3"
19+
const Version = "0.45.4"
2020

2121
const (
2222
releaseBaseURL = "https://github.com/archgate/cli/releases/download"

shims/maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.archgate</groupId>
88
<artifactId>archgate-cli</artifactId>
9-
<version>0.45.3</version>
9+
<version>0.45.4</version>
1010
<packaging>jar</packaging>
1111

1212
<name>archgate-cli</name>

shims/maven/src/main/java/dev/archgate/cli/Shim.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131
public final class Shim {
3232

33-
private static final String VERSION = "0.45.3";
33+
private static final String VERSION = "0.45.4";
3434
private static final String BASE_URL = "https://github.com/archgate/cli/releases/download/v" + VERSION + "/";
3535

3636
private Shim() {}

shims/nuget/Archgate.Tool/Archgate.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackAsTool>true</PackAsTool>
77
<ToolCommandName>archgate</ToolCommandName>
88
<PackageId>archgate</PackageId>
9-
<Version>0.45.3</Version>
9+
<Version>0.45.4</Version>
1010
<Description>Enforce Architecture Decision Records as executable rules — for both humans and AI agents</Description>
1111
<Authors>Archgate</Authors>
1212
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

shims/nuget/Archgate.Tool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Archgate.Tool;
88

99
internal static class Program
1010
{
11-
private const string Version = "0.45.3";
11+
private const string Version = "0.45.4";
1212

1313
private static readonly string CacheDir = Path.Join(
1414
Environment.GetFolderPath(Environment.SpecialFolder.UserProfile),

shims/pypi/archgate/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.45.3"
1+
__version__ = "0.45.4"

0 commit comments

Comments
 (0)