From 0c3529d279433e22e9fc945431322966bf7ceb1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 11:53:07 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index beea3f7..1fd56a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e5afc..9674eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ 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.4.0](https://github.com/StackOneHQ/stackvox/compare/v0.3.1...v0.4.0) (2026-04-30) + + +### Features + +* per-user TOML config for default voice/speed/lang ([#19](https://github.com/StackOneHQ/stackvox/issues/19)) ([2eaefff](https://github.com/StackOneHQ/stackvox/commit/2eaefffd3e7e54e4388f154adf97bdacf27f9c8d)) + + +### Documentation + +* add demo audio + comparison table to README ([#21](https://github.com/StackOneHQ/stackvox/issues/21)) ([ce39be2](https://github.com/StackOneHQ/stackvox/commit/ce39be255231eb109175e8acfe352da649b2b508)) + + +### Chores + +* enable mypy disallow_untyped_defs for stackvox/ ([#20](https://github.com/StackOneHQ/stackvox/issues/20)) ([a2072af](https://github.com/StackOneHQ/stackvox/commit/a2072af10f69bcc9e325aec9aae676a1f787d036)) + ## [0.3.1](https://github.com/StackOneHQ/stackvox/compare/v0.3.0...v0.3.1) (2026-04-30) diff --git a/pyproject.toml b/pyproject.toml index 2ad1c33..40f05e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stackvox" -version = "0.3.1" +version = "0.4.0" description = "Offline TTS library using Kokoro-82M" readme = "README.md" requires-python = ">=3.10"