From 974a6431417d7b6838f61c6b8b97d2b9a62d679a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 27 Jan 2025 11:24:28 +0100
Subject: [PATCH] chore: release v0.4.3 (#27)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `azure-speech`: 0.4.2 -> 0.4.3 (✓ API compatible changes)
Changelog
##
[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
---
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 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"