diff --git a/CHANGELOG.md b/CHANGELOG.md index a498799..0cfc073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.3](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.4.2...v0.4.3) - 2025-01-27 + +### Other + +- Fix clippy warning + ## [0.4.2](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.4.1...v0.4.2) - 2024-12-21 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 4adaacf..d50bb13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "azure-speech" -version = "0.4.2" +version = "0.4.3" dependencies = [ "async-trait", "cpal", diff --git a/Cargo.toml b/Cargo.toml index 7c16255..31d33e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azure-speech" -version = "0.4.2" +version = "0.4.3" authors = ["Jure Bernava Prah "] description = "Pure Rust SDK for Azure Speech Service" edition = "2021"