Skip to content

Commit

Permalink
chore: release v0.2.1 (#7)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `azure-speech`: 0.2.0 -> 0.2.1

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

<blockquote>

##
[0.2.1](v0.2.0...v0.2.1)
- 2024-08-07

### Other
- execute the build only during the pull request on the master
([#6](#6))
</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>
  • Loading branch information
github-actions[bot] authored Aug 7, 2024
1 parent bb227d2 commit da6fe46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0"
version = "0.2.1"
authors = ["Jure Bernava Prah <webjure@gmail.com>"]
description = "Pure Rust implementation for Microsoft Speech Service"
edition = "2021"
Expand Down

0 comments on commit da6fe46

Please sign in to comment.