From 657b7837c114c7375b19d723f2107e7b85a424e2 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 05:24:37 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ .../QuorraCore/Sources/QuorraCLIKit/QuorraVersion.swift | 2 +- version.txt | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a1711..173cd24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://github.com/ajbeck/quorra/compare/v0.4.0...v0.5.0) (2026-09-07) + + +### Features + +* add CLI and menu bar background operation ([#46](https://github.com/ajbeck/quorra/issues/46)) ([66ed707](https://github.com/ajbeck/quorra/commit/66ed7078b614a1a1a6528ba26ff268ee6870f665)) +* add default IMDS endpoint ([#44](https://github.com/ajbeck/quorra/issues/44)) ([186c9db](https://github.com/ajbeck/quorra/commit/186c9dbd8216a8cfbb7229de4b215fa74de2d72b)) + ## [0.4.0](https://github.com/ajbeck/quorra/compare/v0.3.0...v0.4.0) (2026-09-05) diff --git a/Packages/QuorraCore/Sources/QuorraCLIKit/QuorraVersion.swift b/Packages/QuorraCore/Sources/QuorraCLIKit/QuorraVersion.swift index 1a909d1..765c5c8 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.4.0" // x-release-please-version + static let current = "0.5.0" // x-release-please-version } diff --git a/version.txt b/version.txt index 1d0ba9e..8f0916f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.0 +0.5.0