Skip to content

Commit 2fb054d

Browse files
Merge pull request #223 from mobilecoinfoundation/release/v4.3
(cargo-release) version 0.4.3
2 parents b83b032 + 23b1561 commit 2fb054d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- next-header -->
99
## [Unreleased] - ReleaseDate
1010

11+
## [0.4.3] - 2024-04-05
12+
1113
### Changed
1214

1315
- Updated SGX crates to `0.11.0`.
@@ -84,7 +86,8 @@ equivalence.
8486
- Initial release of attestation verifier crate
8587

8688
<!-- 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
8891
[0.4.2]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.1...v0.4.2
8992
[0.4.1]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.0...v0.4.1
9093
[0.4.0]: https://github.com/mobilecoinfoundation/attestation/compare/v0.3.1...v0.4.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

verifier/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mc-attestation-verifier"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = { workspace = true }
55
# See https://crates.io/category_slugs for valid categories
66
categories = ["authentication", "no-std"]

verifier/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ SGX Enclave Attestation Report Verification
1717
[crate-link]: https://crates.io/crates/mc-attestation-verifier
1818
[docs-image]: https://img.shields.io/docsrs/mc-attestation-verifier?style=flat-square
1919
[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

0 commit comments

Comments
 (0)