Skip to content

Commit

Permalink
Merge pull request #514 from tgonzalezorlandoarm/tg/7.5.0-changelog
Browse files Browse the repository at this point in the history
Bump tss-esapi to version 7.5.0
  • Loading branch information
tgonzalezorlandoarm authored Mar 14, 2024
2 parents eef9115 + 443a218 commit 247fa4f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Changelog

## [tss-esapi-7.5.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.5.0) (2024-03-14)

## [tss-esapi-sys-0.6.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-sys-0.6.0) (2023-03-14)

[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.4.0...tss-esapi-sys-0.6.0)
[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.4.0...tss-esapi-7.5.0)

**Security fixes:**

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.6.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.4.0"
version = "7.5.0"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "Rust-native wrapper around TSS 2.0 Enhanced System API"
Expand All @@ -23,7 +23,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.6.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
4 changes: 2 additions & 2 deletions tss-esapi/tests/Cargo.lock.frozen

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 247fa4f

Please sign in to comment.