From 49fb75927ca73bf84fb7d169e97da6108fd8ac90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:51:53 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0262db7..084d283 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc6618..aafc316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,26 @@ 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.2.1](https://github.com/StackOneHQ/stackvox/compare/v0.2.0...v0.2.1) (2026-04-22) + + +### Bug Fixes + +* release-please should use v{version} tags, not stackvox-v{version} ([#10](https://github.com/StackOneHQ/stackvox/issues/10)) ([baee1d8](https://github.com/StackOneHQ/stackvox/commit/baee1d84c17a5f40bac8f086170e4260e54e1616)) + + +### Continuous Integration + +* add macOS test row; docs: examples README + security notes ([#9](https://github.com/StackOneHQ/stackvox/issues/9)) ([c6e53f7](https://github.com/StackOneHQ/stackvox/commit/c6e53f7f5f4e811c3bad5889af8ebad0ad3c8887)) + + +### Chores + +* add CODEOWNERS ([#6](https://github.com/StackOneHQ/stackvox/issues/6)) ([6321894](https://github.com/StackOneHQ/stackvox/commit/63218943449ce3d4c7b94c1a4d467315d675940a)) +* **deps:** bump the actions group across 1 directory with 3 updates ([1b65b4c](https://github.com/StackOneHQ/stackvox/commit/1b65b4cd4f7e199f03eb39782d0bb4562f08850d)) +* **deps:** bump the actions group across 1 directory with 3 updates ([82131fd](https://github.com/StackOneHQ/stackvox/commit/82131fdcea78029fe5265530758f5c71cac0723f)) +* prep repo for going public ([#8](https://github.com/StackOneHQ/stackvox/issues/8)) ([861d1fa](https://github.com/StackOneHQ/stackvox/commit/861d1fa0b60bd7f1107c0b72cfbd013fc3a661e4)) + ## [0.2.0] - 2026-04-22 First open-source release. Adds packaging/licensing hygiene, a full test + CI + release pipeline, and a quality-of-life fix for audio device switches. diff --git a/pyproject.toml b/pyproject.toml index 10c5259..671d8d1 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.2.1" description = "Offline TTS library using Kokoro-82M" readme = "README.md" requires-python = ">=3.10"