Skip to content

Releases: rust-italia/dgc

0.0.8

09 Dec 19:05
c453cd6

Choose a tag to compare

What's Changed

  • Uniformity in the use of Cow instead of String by @nappa85 in #32
  • Various readme updates

Full Changelog: 0.0.7...0.0.8

0.0.7

09 Dec 18:35

Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

0.0.6

29 Nov 13:45
a447b92

Choose a tag to compare

What's Changed

  • (BREAKING CHANGE) Makes fn and expiration_time optional by @lmammino in #27
  • (BREAKING CHANGE) Better documentation and better struct/field naming by @lmammino + @allevo in #29

Full Changelog: 0.0.5...0.0.6

0.0.5

27 Nov 11:37
29aca02

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.4...0.0.5

0.0.4

24 Nov 14:07

Choose a tag to compare

  • Updated links in reame after moving the main repo ownership to rust-italia

0.0.3

24 Nov 10:03
4501ecd

Choose a tag to compare

  • Removed temp dependency ciboriumvalue and switched to official ciborium version 0.2.0. Thanks to @npmccallum (#11)
  • Using CoW to expand values in a more efficient way and get rid of lazy_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)

0.0.2

20 Nov 20:34

Choose a tag to compare

  • Minor improvement based on first round of triaging against official test dataset

0.0.1

20 Nov 17:30

Choose a tag to compare

  • First public release (complete but requires better docs and more tests)