Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4] - 2025-05-21

### Changed

- Updated SGX crates to `0.12.0`.
Expand Down Expand Up @@ -90,7 +92,8 @@ equivalence.
- Initial release of attestation verifier crate

<!-- next-url -->
[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.3...HEAD
[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.4...HEAD
[0.4.4]: https://github.com/mobilecoinfoundation/attestation/compare/v0.4.3...v0.4.4
[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
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.

6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[workspace]
members = [
"verifier",
]
members = ["verifier"]

# We need to explicitly specify resolver 2.
# We shouldn't have to per https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html, but that does not appear to be the case
Expand All @@ -24,9 +22,7 @@ mbedtls-sys-auto = { git = "https://github.com/mobilecoinfoundation/rust-mbedtls

[workspace.metadata.release]
shared-version = true
dev-version-ext = "beta.0"
consolidate-commits = true
consolidate-pushes = true
tag-name = "v{{version}}"
pre-release-replacements = [
# Files listed here must exist in all crates in this workspace
Expand Down
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.3"
version = "0.4.4"
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.3/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.4.3
[deps-image]: https://deps.rs/crate/mc-attestation-verifier/0.4.4/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.4.4