Releases: rust-italia/dgc
Releases · rust-italia/dgc
0.0.8
0.0.7
0.0.6
0.0.5
What's Changed
- Triaged more tests by @lmammino in #23
- Resolve CWT tagged and COSE-untagged messages by @dodomorandi in #22
- Looks up for
kid
andalg
also in unprotected header by @lmammino in #25 - Use match-return pattern by @allevo in #24
New Contributors
Full Changelog: 0.0.4...0.0.5
0.0.4
- Updated links in reame after moving the main repo ownership to rust-italia
0.0.3
- Removed temp dependency
ciboriumvalue
and switched to officialciborium
version0.2.0
. Thanks to @npmccallum (#11) - Using
CoW
to expand values in a more efficient way and get rid oflazy_static
. Thanks to @nappa85 (#13) - More examples and README updates (#17)
- Allow floating points in DgcCertContainer. Thanks to @dodomorandi (#16)
- Remove possible panic on
remove_prefix
. Thanks to @Rimpampa (#15)