From 7ec7ccb2b16c5ffda1d377709acfa9f2ed84f0a7 Mon Sep 17 00:00:00 2001 From: "ajbeck-release-please[bot]" <321685856+ajbeck-release-please[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:55:34 +0000 Subject: [PATCH] chore(main): release 0.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ .../QuorraCore/Sources/QuorraCLIKit/QuorraVersion.swift | 2 +- version.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..210d290 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 173cd24..5671eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/ajbeck/quorra/compare/v0.5.0...v0.5.1) (2026-09-07) + + +### Bug Fixes + +* **release:** build signed assets with Xcode 27 ([#47](https://github.com/ajbeck/quorra/issues/47)) ([12982c1](https://github.com/ajbeck/quorra/commit/12982c1ec25a02bc76aff8c5df35530dab379844)) + ## [0.5.0](https://github.com/ajbeck/quorra/compare/v0.4.0...v0.5.0) (2026-09-07) diff --git a/Packages/QuorraCore/Sources/QuorraCLIKit/QuorraVersion.swift b/Packages/QuorraCore/Sources/QuorraCLIKit/QuorraVersion.swift index 765c5c8..c655d3f 100644 --- a/Packages/QuorraCore/Sources/QuorraCLIKit/QuorraVersion.swift +++ b/Packages/QuorraCore/Sources/QuorraCLIKit/QuorraVersion.swift @@ -1,4 +1,4 @@ enum QuorraVersion { /// Updated with the root release version by Release Please. - static let current = "0.5.0" // x-release-please-version + static let current = "0.5.1" // x-release-please-version } diff --git a/version.txt b/version.txt index 8f0916f..4b9fcbe 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.0 +0.5.1