Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 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