File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
<!-- next-header -->
9
9
## [ Unreleased] - ReleaseDate
10
10
11
+ ## [ 0.4.3] - 2024-04-05
12
+
11
13
### Changed
12
14
13
15
- Updated SGX crates to ` 0.11.0 ` .
@@ -84,7 +86,8 @@ equivalence.
84
86
- Initial release of attestation verifier crate
85
87
86
88
<!-- next-url -->
87
- [ Unreleased ] : https://github.com/mobilecoinfoundation/attestation/compare/v0.4.2...HEAD
89
+ [ Unreleased ] : https://github.com/mobilecoinfoundation/attestation/compare/v0.4.3...HEAD
90
+ [ 0.4.3 ] : https://github.com/mobilecoinfoundation/attestation/compare/v0.4.2...v0.4.3
88
91
[ 0.4.2 ] : https://github.com/mobilecoinfoundation/attestation/compare/v0.4.1...v0.4.2
89
92
[ 0.4.1 ] : https://github.com/mobilecoinfoundation/attestation/compare/v0.4.0...v0.4.1
90
93
[ 0.4.0 ] : https://github.com/mobilecoinfoundation/attestation/compare/v0.3.1...v0.4.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mc-attestation-verifier"
3
- version = " 0.4.2 "
3
+ version = " 0.4.3 "
4
4
authors = { workspace = true }
5
5
# See https://crates.io/category_slugs for valid categories
6
6
categories = [" authentication" , " no-std" ]
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ SGX Enclave Attestation Report Verification
17
17
[ crate-link ] : https://crates.io/crates/mc-attestation-verifier
18
18
[ docs-image ] : https://img.shields.io/docsrs/mc-attestation-verifier?style=flat-square
19
19
[ docs-link ] : https://docs.rs/crate/mc-attestation-verifier
20
- [ deps-image ] : https://deps.rs/crate/mc-attestation-verifier/0.4.2 /status.svg?style=flat-square
21
- [ deps-link ] : https://deps.rs/crate/mc-attestation-verifier/0.4.2
20
+ [ deps-image ] : https://deps.rs/crate/mc-attestation-verifier/0.4.3 /status.svg?style=flat-square
21
+ [ deps-link ] : https://deps.rs/crate/mc-attestation-verifier/0.4.3
You can’t perform that action at this time.
0 commit comments