diff --git a/CHANGELOG.md b/CHANGELOG.md index da63a84..22f81e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.2.0...v0.2.1) - 2024-08-07 + +### Other +- execute the build only during the pull request on the master ([#6](https://github.com/jBernavaPrah/azure-speech-sdk-rs/pull/6)) + ## [0.2.0](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.1.0...v0.2.0) - 2024-08-07 ### Other diff --git a/Cargo.lock b/Cargo.lock index 7225198..40a3dba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "azure-speech" -version = "0.2.0" +version = "0.2.1" dependencies = [ "async-channel", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index bc1e9f8..9036b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azure-speech" -version = "0.2.0" +version = "0.2.1" authors = ["Jure Bernava Prah "] description = "Pure Rust implementation for Microsoft Speech Service" edition = "2021"