Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@robin-nitrokey robin-nitrokey released this 21 Oct 13:50
· 1 commit to main since this release
0.5.0
ad9c4c8

Changed

  • Mark Error as non-exhaustive (#11)
  • Add support for multiple heapless and heapless-bytes versions (#13):
    • Move existing support for heapless 0.7 and heapless-bytes 0.3 behind features
    • Add support for heapless 0.8 and heapless-bytes 0.4
    • Remove cbor_serialize_bytes and cbor_serialize_extending_bytes (use cbor_serialize_to instead)

All Changes