Skip to content

Commit

Permalink
Merge pull request #223 from mobilecoinfoundation/release/v4.3
Browse files Browse the repository at this point in the history
(cargo-release) version 0.4.3
  • Loading branch information
nick-mobilecoin authored Apr 5, 2024
2 parents b83b032 + 23b1561 commit 2fb054d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.4.3] - 2024-04-05

### Changed

- Updated SGX crates to `0.11.0`.
Expand Down Expand Up @@ -84,7 +86,8 @@ equivalence.
- Initial release of attestation verifier crate

<!-- next-url -->
[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.3...HEAD
[0.4.3]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/mobilecoinfoundation/attestation/compare/v0.3.1...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-attestation-verifier"
version = "0.4.2"
version = "0.4.3"
authors = { workspace = true }
# See https://crates.io/category_slugs for valid categories
categories = ["authentication", "no-std"]
Expand Down
4 changes: 2 additions & 2 deletions verifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ SGX Enclave Attestation Report Verification
[crate-link]: https://crates.io/crates/mc-attestation-verifier
[docs-image]: https://img.shields.io/docsrs/mc-attestation-verifier?style=flat-square
[docs-link]: https://docs.rs/crate/mc-attestation-verifier
[deps-image]: https://deps.rs/crate/mc-attestation-verifier/0.4.2/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.4.2
[deps-image]: https://deps.rs/crate/mc-attestation-verifier/0.4.3/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.4.3

0 comments on commit 2fb054d

Please sign in to comment.