From 1a477858e7298e8da18a9813b50347f77625d3a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 21:57:56 +0000 Subject: [PATCH] chore(main): release 0.5.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 1fd56a9..600835d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9674eac..2ba53f6 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.5.0](https://github.com/StackOneHQ/stackvox/compare/v0.4.0...v0.5.0) (2026-04-30) + + +### Features + +* surface update info via status and daemon startup ([#23](https://github.com/StackOneHQ/stackvox/issues/23)) ([6f0a405](https://github.com/StackOneHQ/stackvox/commit/6f0a4053822a7c26001039573e1a082c5d6717d5)) + + +### Bug Fixes + +* **ci:** filter Kokoro release check to releases with general assets ([#26](https://github.com/StackOneHQ/stackvox/issues/26)) ([9aa60da](https://github.com/StackOneHQ/stackvox/commit/9aa60dacecb2ecf077fab4229873d1f23f7ccd4d)) + + +### Continuous Integration + +* weekly check for new Kokoro model releases ([#24](https://github.com/StackOneHQ/stackvox/issues/24)) ([f62c91b](https://github.com/StackOneHQ/stackvox/commit/f62c91b7f10bfd6c3bfa306c1810ec71b4449bd5)) + ## [0.4.0](https://github.com/StackOneHQ/stackvox/compare/v0.3.1...v0.4.0) (2026-04-30) diff --git a/pyproject.toml b/pyproject.toml index 40f05e8..18e0a58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stackvox" -version = "0.4.0" +version = "0.5.0" description = "Offline TTS library using Kokoro-82M" readme = "README.md" requires-python = ">=3.10"