Skip to content

Commit 8c0ad18

Browse files
authored
Merge pull request #227 from bocan/release-please--branches--main
chore(main): release 0.9.4
2 parents f17b10b + f678fb5 commit 8c0ad18

4 files changed

Lines changed: 16 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.9.3"
2+
".": "0.9.4"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.9.4](https://github.com/bocan/bocan-music/compare/v0.9.3...v0.9.4) (2026-05-11)
9+
10+
11+
### ### Fixed
12+
13+
* **ui:** add missing Foundation import in LibraryViewModel+Delete.swift ([f17b10b](https://github.com/bocan/bocan-music/commit/f17b10ba276d31ee56919633eb5969e731e474cd))
14+
* **ui:** batch multi-select Delete from Disk with single DB reload ([14c2a54](https://github.com/bocan/bocan-music/commit/14c2a5411569d3d377d2b41a7f9bb2cf96a190e4))
15+
16+
17+
### ### Changed
18+
19+
* **ui:** extract delete methods to LibraryViewModel+Delete.swift ([57842bd](https://github.com/bocan/bocan-music/commit/57842bded1ab8a1c227369529da24cb0600f62de))
20+
821
## [0.9.3](https://github.com/bocan/bocan-music/compare/v0.9.2...v0.9.3) (2026-05-10)
922

1023

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.9.3</string><!-- x-release-please-version -->
22+
<string>0.9.4</string><!-- x-release-please-version -->
2323
<key>CFBundleVersion</key>
2424
<string>$(CURRENT_PROJECT_VERSION)</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.9.3
1+
0.9.4

0 commit comments

Comments
 (0)