From 553372b6af76d45cbc8edaad4e7d1bd9063ff48a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:31:49 +0000 Subject: [PATCH] chore: release v0.0.2 --- Cargo.toml | 2 +- crates/wavekat-tts/CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a691f35..3a45633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/wavekat-tts"] resolver = "2" [workspace.package] -version = "0.0.1" +version = "0.0.2" 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 84c6e36..95eab5f 100644 --- a/crates/wavekat-tts/CHANGELOG.md +++ b/crates/wavekat-tts/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2](https://github.com/wavekat/wavekat-tts/compare/v0.0.1...v0.0.2) - 2026-04-07 + +### Fixed + +- add readme field for crates.io ([#10](https://github.com/wavekat/wavekat-tts/pull/10)) + +### Other + +- release v0.0.1 ([#8](https://github.com/wavekat/wavekat-tts/pull/8)) + ## [0.0.1](https://github.com/wavekat/wavekat-tts/releases/tag/v0.0.1) - 2026-04-07 ### Added