Skip to content

Latest commit

 

History

History
52 lines (22 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

52 lines (22 loc) · 2.25 KB

v0.11.1 (2024-03-01)

Bug Fixes

v0.11.0 (2023-11-14)

Bug Fixes

  • varint_read_u64 panics on unwrap in no_std environment (#145) (86c7912)
  • features accidentally pull in optional dependency (#147) (942b70e), closes #142

Features

BREAKING CHANGES

  • Re-exported multihash changed. The multihash v0.19 release split it into several smaller crates, the multihash crate now has less functionality.

v0.10.1 (2023-01-09)

Bug Fixes

  • the arb feature needs more multihash features (#133) (ceca4d9)

v0.10.0 (2022-12-22)

chore

  • upgrade to Rust edition 2021 and set MSRV (#130) (91fd35e)

Features

BREAKING CHANGES

  • Return Result<usize> (instead of Result<()>) now from Cid::write_bytes.
  • Rust edition 2021 is now used