Skip to content

Commit f1609db

Browse files
chore(main): release 0.11.0 (#51)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7f0292f commit f1609db

4 files changed

Lines changed: 15 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.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.11.0](https://github.com/rtk-ai/vox/compare/v0.10.0...v0.11.0) (2026-04-06)
4+
5+
6+
### Features
7+
8+
* full Rust piper backend (piper-rs) + TUI quality ratings ([#52](https://github.com/rtk-ai/vox/issues/52)) ([7f0292f](https://github.com/rtk-ai/vox/commit/7f0292f0c716a5fb195a5f035d3933a437755400))
9+
10+
11+
### Bug Fixes
12+
13+
* auto-enable CUDA for piper backend when NVIDIA GPU detected ([#50](https://github.com/rtk-ai/vox/issues/50)) ([4288eff](https://github.com/rtk-ai/vox/commit/4288efff19302f5de0df21b75e1cabbc5d384deb))
14+
315
## [0.10.0](https://github.com/rtk-ai/vox/compare/v0.9.1...v0.10.0) (2026-04-06)
416

517

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 = "vox"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2024"
55
description = "Cross-platform TTS CLI — local voice synthesis with Qwen and system say"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)