Skip to content

Commit

Permalink
version bumped to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adambezecny committed May 13, 2024
1 parent e98378c commit fa0535c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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 = "cognitive-services-speech-sdk-rs"
version = "1.0.1"
version = "1.0.2"
authors = ["Adam Bezecny <[email protected]>"]
edition = "2018"
description = "Rust bindings for Microsoft Speech SDK."
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ Version 1.0.0 Some internal stability fixes. All **from_handle** methods are now

Version 1.0.1 Implemented trait **std::error::Error** for **cognitive_services_speech_sdk_rs::error::Error** so that it works well with **anyhow::Result<T>**. See [PR16](https://github.com/jabber-tools/cognitive-services-speech-sdk-rs/pull/16).

Version 1.0.2 Extended PropertyId with kissing values

### How To Build On MacOS

We are supporting MacOS **arm** and **aarch64** and **x86_64** architectures.
Expand Down

0 comments on commit fa0535c

Please sign in to comment.