fix: correct VoiceStudio release to 0.5.0

This commit is contained in:
debpalash
2026-08-11 04:18:51 +00:00
parent 04410a458d
commit b68d1c68de
10 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ the frozen-backend fallback mirror it for their toolchains.
## [Unreleased]
## [5.0.0] — 2026-08-11
## [0.5.0] — 2026-08-11
**Highlights**
- VoiceStudio 5.0.0 gives the app, desktop chrome, documentation, and package metadata one clear identity
- VoiceStudio 0.5.0 gives the app, desktop chrome, documentation, and package metadata one clear identity
- A local-first creative studio: voice cloning, design, dubbing, dictation, stories, audiobooks, and transcription without a subscription meter
- Reliability first: automatic cache repair, truthful hardware routing, safer sidecars, and actionable recovery instead of mystery failures
- Security boundaries now match the product: native file access stays native, untrusted network destinations fail closed, and public errors keep private diagnostics local
+1 -1
View File
@@ -24,7 +24,7 @@ from pathlib import Path
# tests/test_app_version.py::test_all_version_files_in_lockstep and bumped by
# release.yml's version-bump job, so it stays equal to
# pyproject/tauri.conf/Cargo/package.json.
_FALLBACK_VERSION = "5.0.0"
_FALLBACK_VERSION = "0.5.0"
def _fallback_version() -> str:
+1 -1
View File
@@ -15,7 +15,7 @@
},
"frontend": {
"name": "omnivoice-studio",
"version": "5.0.0",
"version": "0.5.0",
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/source-serif-4": "^5.2.9",
Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 268 KiB

+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "omnivoice-studio",
"version": "5.0.0",
"version": "0.5.0",
"private": true,
"license": "AGPL-3.0-only",
"type": "module",
+1 -1
View File
@@ -2941,7 +2941,7 @@ dependencies = [
[[package]]
name = "omnivoice-studio"
version = "5.0.0"
version = "0.5.0"
dependencies = [
"arboard",
"dirs-next",
+1 -1
View File
@@ -4,7 +4,7 @@
# launcher's pkill matches `omnivoice-studio` and must never match a user's
# installed app. Renaming it would collapse that distinction.
name = "omnivoice-studio"
version = "5.0.0"
version = "0.5.0"
description = "VoiceStudio AI voice cloning & dubbing desktop app"
authors = ["Debpalash"]
license = "AGPL-3.0-only"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "omnivoice"
version = "5.0.0"
version = "0.5.0"
description = "VoiceStudio — a private, local-first studio for voice cloning, speech generation, dubbing, transcription, and audiobooks"
readme = "README.md"
# Free and open-source under the GNU Affero General Public License v3 (see
+3 -3
View File
@@ -1,4 +1,4 @@
"""VoiceStudio 5.0.0 release-brand and source-launch contracts."""
"""VoiceStudio 0.5.0 release-brand and source-launch contracts."""
from __future__ import annotations
@@ -8,10 +8,10 @@ from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
RELEASE_VERSION = "5.0.0"
RELEASE_VERSION = "0.5.0"
def test_release_version_is_5_0_0_everywhere() -> None:
def test_release_version_is_0_5_0_everywhere() -> None:
package = json.loads((ROOT / "frontend/package.json").read_text())
assert package["version"] == RELEASE_VERSION
Generated
+1 -1
View File
@@ -3253,7 +3253,7 @@ wheels = [
[[package]]
name = "omnivoice"
version = "5.0.0"
version = "0.5.0"
source = { editable = "." }
dependencies = [
{ name = "accelerate" },