From c6e158b4ebc24afbd9ce190371f9fcb77f8e941f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 21 Dec 2024 18:58:29 +0100
Subject: [PATCH] chore: release v0.4.2 (#26)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `azure-speech`: 0.4.1 -> 0.4.2 (✓ API compatible changes)
Changelog
##
[0.4.2](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.4.1...v0.4.2)
- 2024-12-21
### Fixed
- Remove the broadcast error
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
CHANGELOG.md | 6 ++++++
Cargo.lock | 2 +-
Cargo.toml | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5adc1da..a498799 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.2](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.4.1...v0.4.2) - 2024-12-21
+
+### Fixed
+
+- Remove the broadcast error
+
## [0.4.1](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.4.0...v0.4.1) - 2024-12-10
### Other
diff --git a/Cargo.lock b/Cargo.lock
index 76ecc19..4adaacf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -78,7 +78,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "azure-speech"
-version = "0.4.1"
+version = "0.4.2"
dependencies = [
"async-trait",
"cpal",
diff --git a/Cargo.toml b/Cargo.toml
index 14b47cd..7c16255 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "azure-speech"
-version = "0.4.1"
+version = "0.4.2"
authors = ["Jure Bernava Prah "]
description = "Pure Rust SDK for Azure Speech Service"
edition = "2021"