diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5b966f..77c0d29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0782560..17bde30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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.7.0](https://github.com/StackOneHQ/stackvox/compare/v0.6.0...v0.7.0) (2026-07-09) + + +### Features + +* add normalize/paths/config CLI surface ([#33](https://github.com/StackOneHQ/stackvox/issues/33)) ([448b17e](https://github.com/StackOneHQ/stackvox/commit/448b17ecde7bc6e3797f8d99245ddfce7f8db73d)) + ## [0.6.0](https://github.com/StackOneHQ/stackvox/compare/v0.5.0...v0.6.0) (2026-07-08) diff --git a/pyproject.toml b/pyproject.toml index 865a2ac..dbb672b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "stackvox" -version = "0.6.0" +version = "0.7.0" description = "Offline TTS library using Kokoro-82M" readme = "README.md" requires-python = ">=3.10"