Skip to content

Commit b0d2a3a

Browse files
committed
chore: bump to v0.14.5
1 parent aee3a20 commit b0d2a3a

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be 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+
## [v0.14.5] - 30-07-2026
9+
10+
### Changed
11+
12+
- Dropped systemd-sysext extension in favor of deploying to `/opt/moonshine/` and `/etc/` drop-in directories. Avoids SELinux boot failures on Fedora Atomic / Bazzite caused by unlabeled overlayfs files.
13+
14+
### Fixed
15+
16+
- WSI layer detection in healthcheck now queries the Vulkan loader directly instead of checking hardcoded file paths, making it work regardless of where the layer files are installed.
17+
818
## [v0.14.4] - 30-07-2026
919

1020
### Fixed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "moonshine-core", "moonshine-tools", "moonshine-wsi"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.14.4"
6+
version = "0.14.5"
77

88
[package]
99
name = "moonshine"

0 commit comments

Comments
 (0)