Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ 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.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))


### Continuous Integration

* allow manual PyPI publish of an existing tag ([fbaeb67](https://github.com/StackOneHQ/stackvox/commit/fbaeb678aaad515bb8f3a5e6159f602892a08b07))


### Chores

* add OSS hygiene files ([325f7ca](https://github.com/StackOneHQ/stackvox/commit/325f7caf096e9349b36fb94faf5bcc3295ef4dbc))
* add release automation, type checking, and coverage ([7733e98](https://github.com/StackOneHQ/stackvox/commit/7733e98a5df5212ec727f4212386270614dfd94c))
* consolidate v0.2.0 changelog and broaden release-please sections ([88f7218](https://github.com/StackOneHQ/stackvox/commit/88f7218dfdfc9b09e289d4cfc395ff56d1269f9f))
* **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))
* **README:** quick install, daemon explainer, arch guide ([034d07a](https://github.com/StackOneHQ/stackvox/commit/034d07a0709ccea42555240dd9b44640539787c0))
* **release:** v0.2.0 with pre-commit and commitizen ([bc36a01](https://github.com/StackOneHQ/stackvox/commit/bc36a012ad8a4e7b9e96079343ee58c381b1456b))

## [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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down