Skip to content

Commit 5e804d7

Browse files
committed
chore: release v0.5.3
1 parent 166d8c3 commit 5e804d7

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

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

8+
## [0.5.3] - 2026-01-23
9+
10+
### Fixed
11+
- **Tauri CI builds:** Add icon paths for AppImage bundling
12+
- **macOS CI runners:** Update from retired macos-13 to macos-15
13+
- **Release asset paths:** Fix version format in bundle filenames
14+
815
## [0.5.2] - 2026-01-23
916

1017
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "mojovoice"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Voice dictation for Linux developers"

ui/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mojovoice-ui"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "GPU-accelerated voice dictation UI for Mojo Voice"
55
authors = ["itsdevcoffee"]
66
license = "MIT"

ui/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "mojovoice",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"identifier": "com.mojovoice.app",
55
"build": {
66
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)