Skip to content

Commit

Permalink
update to version 0.2.0 (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Petre Eftime <[email protected]>
  • Loading branch information
petreeftime committed Mar 24, 2021
1 parent 5dbf106 commit ca317b7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# Changelog

## 0.2.0

* Bump `serde_with` version.
* CBOR tags support: can add and verify tags on COSESign1.
* Use PKey instead of EcKey. Just an interface change, RSA not supported yet. (thanks @puiterwijk)
This will likely change again in the future to support https://github.com/awslabs/aws-nitro-enclaves-cose/issues/5.
* Implement std::error::Error for COSEError (thanks @puiterwijk)

## 0.1.0

Initial Release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-nitro-enclaves-cose"
version = "0.1.0"
version = "0.2.0"
authors = ["Petre Eftime <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[![status]][actions] [![version]][crates.io] [![docs]][docs.rs]

[status]: https://img.shields.io/github/workflow/status/awslabs/aws-nitro-enclaves-cose/CI/master
[actions]: https://github.com/awslabs/aws-nitro-enclaves-cose/actions?query=branch%3Amain
[version]: https://img.shields.io/crates/v/aws-nitro-enclaves-cose.svg
[crates.io]: https://crates.io/crates/aws-nitro-enclaves-cose
[docs]: https://img.shields.io/docsrs/aws-nitro-enclaves-cose
[docs.rs]: https://docs.rs/aws-nitro-enclaves-cose

## COSE for AWS Nitro Enclaves

This library aims to provide a safe Rust implementation of COSE.
Expand Down

0 comments on commit ca317b7

Please sign in to comment.