Skip to content

Commit

Permalink
Merge pull request #160 from mobilecoinfoundation/nick/release-0.3.0
Browse files Browse the repository at this point in the history
(cargo-release) version 0.3.0
  • Loading branch information
nick-mobilecoin authored Aug 16, 2023
2 parents d7c8746 + b791c76 commit 30c22a7
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.3.0] - 2023-08-14

### Added

- `EvidenceValue` is exposed as a public type.
Expand Down Expand Up @@ -42,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release of attestation verifier crate

<!-- next-url -->
[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/mobilecoinfoundation/attestation/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/mobilecoinfoundation/attestation/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/mobilecoinfoundation/attestation/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/mobilecoinfoundation/sgx/compare/v0.1.0
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.2.0"
version = "0.3.0"
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.1.0/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.1.0
[deps-image]: https://deps.rs/crate/mc-attestation-verifier/0.3.0/status.svg?style=flat-square
[deps-link]: https://deps.rs/crate/mc-attestation-verifier/0.3.0

0 comments on commit 30c22a7

Please sign in to comment.