From 7e3e3015e5e77b6f50b48d42f9524c1c6ec64ae0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 10:03:01 +0000 Subject: [PATCH] chore: release v0.0.8 --- Cargo.toml | 2 +- crates/wavekat-turn/CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7da0822..59da3c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,6 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.7" +version = "0.0.8" edition = "2021" license = "Apache-2.0" diff --git a/crates/wavekat-turn/CHANGELOG.md b/crates/wavekat-turn/CHANGELOG.md index 0b9502e..7b2452d 100644 --- a/crates/wavekat-turn/CHANGELOG.md +++ b/crates/wavekat-turn/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.8](https://github.com/wavekat/wavekat-turn/compare/v0.0.7...v0.0.8) - 2026-05-11 + +### Added + +- wavekat smart-turn variant + zh fine-tune ([#19](https://github.com/wavekat/wavekat-turn/pull/19)) + ## [0.0.7](https://github.com/wavekat/wavekat-turn/compare/v0.0.6...v0.0.7) - 2026-05-10 ### Added