From e6ec06e8b3f514c8952eb20684adb6aafcb39692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gonz=C3=A1lez?= Date: Mon, 9 Oct 2023 11:11:23 +0100 Subject: [PATCH] Bump tss-esapi to 7.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás González --- CHANGELOG.md | 4 ++++ tss-esapi/Cargo.toml | 2 +- tss-esapi/tests/Cargo.lock.frozen | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8987f0b..618ac52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [tss-esapi-7.4.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.4.0) (2023-10-09) + +[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-sys-0.5.0...tss-esapi-7.4.0) + ## [tss-esapi-sys-0.5.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-sys-0.5.0) (2023-10-09) [Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.3.0...tss-esapi-sys-0.5.0) diff --git a/tss-esapi/Cargo.toml b/tss-esapi/Cargo.toml index d4e1b2d9..456ba9ea 100644 --- a/tss-esapi/Cargo.toml +++ b/tss-esapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tss-esapi" -version = "7.3.0" +version = "7.4.0" authors = ["Parsec Project Contributors"] edition = "2018" description = "Rust-native wrapper around TSS 2.0 Enhanced System API" diff --git a/tss-esapi/tests/Cargo.lock.frozen b/tss-esapi/tests/Cargo.lock.frozen index 13528824..af46f0a5 100644 --- a/tss-esapi/tests/Cargo.lock.frozen +++ b/tss-esapi/tests/Cargo.lock.frozen @@ -594,7 +594,7 @@ dependencies = [ [[package]] name = "tss-esapi" -version = "7.3.0" +version = "7.4.0" dependencies = [ "bitfield", "enumflags2",