Skip to content

Commit d26ec18

Browse files
committed
chore: release v0.5.5
1 parent 0bf4549 commit d26ec18

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.5] - 2026-02-04
9+
10+
### Fixed
11+
- **macOS Intel CI builds:** Use macos-12 runner and correct x86_64 dmg filename
12+
813
## [0.5.4] - 2026-01-23
914

1015
### Fixed

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.4"
3+
version = "0.5.5"
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.4"
3+
version = "0.5.5"
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.4",
3+
"version": "0.5.5",
44
"identifier": "com.mojovoice.app",
55
"build": {
66
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)