From f85ee16b83e252535c2848a01234d650eab062f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 07:19:01 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d7a673..beea3f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bcae9e9..06e5afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ 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.3.1](https://github.com/StackOneHQ/stackvox/compare/v0.3.0...v0.3.1) (2026-04-30) + + +### Chores + +* replace [tool.setuptools] script-files with stackvox install-helper ([#18](https://github.com/StackOneHQ/stackvox/issues/18)) ([d837f26](https://github.com/StackOneHQ/stackvox/commit/d837f26ae48299c71078a67e4261768201b54c55)) + + +### Tests + +* bring coverage from 50% to 86% ([#16](https://github.com/StackOneHQ/stackvox/issues/16)) ([cb6bc84](https://github.com/StackOneHQ/stackvox/commit/cb6bc84d42d599fa87847b7f84fc79194c4fddfb)) + ## [0.3.0](https://github.com/StackOneHQ/stackvox/compare/v0.2.1...v0.3.0) (2026-04-29) diff --git a/pyproject.toml b/pyproject.toml index 0000963..74a4a37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stackvox" -version = "0.3.0" +version = "0.3.1" description = "Offline TTS library using Kokoro-82M" readme = "README.md" requires-python = ">=3.10"