Skip to content

Commit

Permalink
chore: release v0.3.0 (#15)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `azure-speech`: 0.2.3 -> 0.3.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.3.0](v0.2.3...v0.3.0)
- 2024-09-21

### Added

- impl `std::error::Error` for Error

- Replace `ezsockets` with `tokio-websockets`
([#14](#14))
</blockquote>


</p></details>

---
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>
Co-authored-by: Jure - Bernava Prah <11057215+jBernavaPrah@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jBernavaPrah authored Sep 21, 2024
1 parent 9f6da9a commit 5d024c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.2.3...v0.3.0) - 2024-09-21

### Added

- impl `std::error::Error` for Error

- Replace `ezsockets` with `tokio-websockets` ([#14](https://github.com/jBernavaPrah/azure-speech-sdk-rs/pull/14))

## [0.2.3](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.2.2...v0.2.3) - 2024-08-16

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure-speech"
version = "0.2.3"
version = "0.3.0"
authors = ["Jure Bernava Prah <webjure@gmail.com>"]
description = "Pure Rust SDK for Azure Speech Service"
edition = "2021"
Expand Down

0 comments on commit 5d024c9

Please sign in to comment.