Skip to content

Commit

Permalink
Merge pull request #455 from tgonzalezorlandoarm/tg/bump-tss-esapi-sy…
Browse files Browse the repository at this point in the history
…s-0.5.0

Bump tss-esapi-sys to 0.5.0
  • Loading branch information
gowthamsk-arm authored Oct 9, 2023
2 parents 38998ec + e6ec06e commit 7c68948
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 106 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [tss-esapi-sys-0.5.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-sys-0.5.0) (2023-10-06)
## [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)

Expand Down
2 changes: 1 addition & 1 deletion tss-esapi-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tss-esapi-sys"
version = "0.4.0"
version = "0.5.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "FFI wrapper around TSS 2.0 Enhanced System API"
Expand Down
4 changes: 2 additions & 2 deletions tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -22,7 +22,7 @@ num-traits = "0.2.12"
hostname-validator = "1.1.0"
regex = "1.3.9"
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.5.0" }
oid = "0.2.1"
picky-asn1 = "0.8.0"
picky-asn1-x509 = "0.12.0"
Expand Down
Loading

0 comments on commit 7c68948

Please sign in to comment.