diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0262db7..8d7a673 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4782916..8487ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to stackvox are documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0](https://github.com/StackOneHQ/stackvox/compare/stackvox-v0.2.0...stackvox-v0.3.0) (2026-04-22) + + +### Features + +* refresh audio devices before each daemon play ([1b15de7](https://github.com/StackOneHQ/stackvox/commit/1b15de7ed1c23946bdd3a9711b6d88dd5178a39d)) +* **stackvox:** first commit ([0ad7de6](https://github.com/StackOneHQ/stackvox/commit/0ad7de60d30d2b88021726346c670361e059d482)) + ## [Unreleased] ### Added diff --git a/pyproject.toml b/pyproject.toml index b96d8bd..4509c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stackvox" -version = "0.2.0" +version = "0.3.0" description = "Offline TTS library using Kokoro-82M" readme = "README.md" requires-python = ">=3.10"