From d71f787fb5d1aa7b63b4234c8d96f3482064a514 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:08:41 +0000 Subject: [PATCH] chore: release v0.0.5 --- Cargo.toml | 2 +- crates/wavekat-tts/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 554207c..e9fa444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/wavekat-tts"] resolver = "2" [workspace.package] -version = "0.0.4" +version = "0.0.5" edition = "2021" license = "Apache-2.0" repository = "https://github.com/wavekat/wavekat-tts" diff --git a/crates/wavekat-tts/CHANGELOG.md b/crates/wavekat-tts/CHANGELOG.md index 48a2c64..57fa375 100644 --- a/crates/wavekat-tts/CHANGELOG.md +++ b/crates/wavekat-tts/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5](https://github.com/wavekat/wavekat-tts/compare/v0.0.4...v0.0.5) - 2026-06-04 + +### Other + +- link wavekat.com from README ([#21](https://github.com/wavekat/wavekat-tts/pull/21)) +- add stars chart to README ([#19](https://github.com/wavekat/wavekat-tts/pull/19)) + ## [0.0.4](https://github.com/wavekat/wavekat-tts/compare/v0.0.3...v0.0.4) - 2026-04-20 ### Other