From a542c2b1e73a034454ffe3bc388c30d6bb4b02f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 23:38:43 +0000 Subject: [PATCH] chore: release v0.0.5 --- Cargo.toml | 2 +- crates/wavekat-asr/CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765cf2..b4e704b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,6 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.4" +version = "0.0.5" edition = "2021" license = "Apache-2.0" diff --git a/crates/wavekat-asr/CHANGELOG.md b/crates/wavekat-asr/CHANGELOG.md index adf1b89..db66903 100644 --- a/crates/wavekat-asr/CHANGELOG.md +++ b/crates/wavekat-asr/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5](https://github.com/wavekat/wavekat-asr/compare/v0.0.4...v0.0.5) - 2026-05-16 + +### Added + +- backend-agnostic HF download helper with byte progress ([#10](https://github.com/wavekat/wavekat-asr/pull/10)) + +### Other + +- *(deps)* bump wavekat-core to 0.0.11 ([#8](https://github.com/wavekat/wavekat-asr/pull/8)) + ## [0.0.4](https://github.com/wavekat/wavekat-asr/compare/v0.0.3...v0.0.4) - 2026-05-14 ### Other