Skip to content

Commit 3161beb

Browse files
authored
Merge pull request #135 from bocan/release-please--branches--main
chore(main): release 0.5.1
2 parents 8431897 + 3538331 commit 3161beb

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to Bòcan are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.1](https://github.com/bocan/bocan-music/compare/v0.5.0...v0.5.1) (2026-05-06)
9+
10+
11+
### ### Fixed
12+
13+
* **build:** add stable Homebrew HEADER_SEARCH_PATHS to project.yml ([a5099da](https://github.com/bocan/bocan-music/commit/a5099dab3850602a7d5748ae837ca14cd8d3d723))
14+
* **persistence:** use .async(onQueue:main) scheduler to fix GRDB writer-queue deadlock ([a2a8575](https://github.com/bocan/bocan-music/commit/a2a85752d27eea53ad8c4e33276c12f75d5203c0))
15+
816
## [0.5.0](https://github.com/bocan/bocan-music/compare/v0.4.0...v0.5.0) (2026-05-06)
917

1018

Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.5.0</string><!-- x-release-please-version -->
22+
<string>0.5.1</string><!-- x-release-please-version -->
2323
<key>CFBundleVersion</key>
2424
<string>1</string>
2525
<key>LSApplicationCategoryType</key>

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

0 commit comments

Comments
 (0)