From 9f704e1cba8b93c9e3fd660942e754af750d659c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 23:04:19 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 600835d..b5b966f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba53f6..0782560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and From v0.2.1 onwards, entries in this file are generated by [release-please](https://github.com/googleapis/release-please) from conventional commits; earlier entries (v0.2.0 and below) were written by hand. +## [0.6.0](https://github.com/StackOneHQ/stackvox/compare/v0.5.0...v0.6.0) (2026-07-08) + + +### Features + +* add speech normalization for md files ([#30](https://github.com/StackOneHQ/stackvox/issues/30)) ([f7afddf](https://github.com/StackOneHQ/stackvox/commit/f7afddfc7db13988b699e6bfc10d7feeb151c003)) +* stream synthesis sentence-by-sentence for low-latency playback ([#31](https://github.com/StackOneHQ/stackvox/issues/31)) ([f7d4a70](https://github.com/StackOneHQ/stackvox/commit/f7d4a708ad5367f7f4715c6fb32e370a33c0ea44)) + ## [0.5.0](https://github.com/StackOneHQ/stackvox/compare/v0.4.0...v0.5.0) (2026-04-30) diff --git a/pyproject.toml b/pyproject.toml index 887198e..865a2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stackvox" -version = "0.5.0" +version = "0.6.0" description = "Offline TTS library using Kokoro-82M" readme = "README.md" requires-python = ">=3.10"