Skip to content

Commit

Permalink
chore: release v0.4.0 (#24)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `azure-speech`: 0.3.2 -> 0.4.0 (⚠️ API breaking changes)

### ⚠️ `azure-speech` breaking changes

```
--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type ContentType no longer derives Copy, in /tmp/.tmpjiQZNp/azure-speech-sdk-rs/src/recognizer/content_type.rs:3

--- failure enum_tuple_variant_field_added: pub enum tuple variant field added ---

Description:
An enum's exhaustive tuple variant has a new field, which has to be included when constructing or matching on this variant.
        ref: https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_tuple_variant_field_added.ron

Failed in:
  field 1 of variant ContentType::Specific in /tmp/.tmpjiQZNp/azure-speech-sdk-rs/src/recognizer/content_type.rs:16

--- failure enum_unit_variant_changed_kind: An enum unit variant changed kind ---

Description:
A public enum's exhaustive unit variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_unit_variant_changed_kind.ron

Failed in:
  variant ContentType::Wav in /tmp/.tmpjiQZNp/azure-speech-sdk-rs/src/recognizer/content_type.rs:6
  variant ContentType::Pcm in /tmp/.tmpjiQZNp/azure-speech-sdk-rs/src/recognizer/content_type.rs:9
```

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

<blockquote>

##
[0.4.0](v0.3.2...v0.4.0)
- 2024-11-16

### Other

- recognizer stream multi-turn
([#23](#23))
</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 Nov 16, 2024
1 parent cfa0c4a commit 0b8311f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.3.2...v0.4.0) - 2024-11-16

### Other

- recognizer stream multi-turn ([#23](https://github.com/jBernavaPrah/azure-speech-sdk-rs/pull/23))

## [0.3.2](https://github.com/jBernavaPrah/azure-speech-sdk-rs/compare/v0.3.1...v0.3.2) - 2024-11-02

### 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.3.2"
version = "0.4.0"
authors = ["Jure Bernava Prah <[email protected]>"]
description = "Pure Rust SDK for Azure Speech Service"
edition = "2021"
Expand Down

0 comments on commit 0b8311f

Please sign in to comment.