From fa0535c94227996eb2c833397cb007d128d98b55 Mon Sep 17 00:00:00 2001 From: Adam Bezecny Date: Mon, 13 May 2024 22:54:22 +0200 Subject: [PATCH] version bumped to 1.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75e2b84..0a36230 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ dependencies = [ [[package]] name = "cognitive-services-speech-sdk-rs" -version = "1.0.1" +version = "1.0.2" dependencies = [ "bindgen", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index dd9988d..88faebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cognitive-services-speech-sdk-rs" -version = "1.0.1" +version = "1.0.2" authors = ["Adam Bezecny "] edition = "2018" description = "Rust bindings for Microsoft Speech SDK." diff --git a/README.md b/README.md index 3f897b6..cc6909a 100644 --- a/README.md +++ b/README.md @@ -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**. 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.