Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.5.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1