From da6fe464e7ba27954df4be8fb648f1b327741492 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:54:09 +0200 Subject: [PATCH] chore: release v0.2.1 (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `azure-speech`: 0.2.0 -> 0.2.1
Changelog

## [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))

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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"