Skip to content

Releases: tari-project/tari_utilities

v0.4.0

06 Apr 09:51
v0.4.0
039e1ad
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove chrono dependency, remove extend bytes (#25)

Features

v0.3.1

11 Mar 10:03
v0.3.1
056603a
Compare
Choose a tag to compare

Features

Bug Fixes

  • add clock feature to chrono (#17) (f8046bc)
  • avoid implicit time dependency (#16) (d9bd1f9)
  • byte_array: remove unnecessary allocation in to_hex (#19) (b1ba343)
  • source coverage is broken with latest nightly (5a1e4b1)

v0.2.0

30 Jun 11:40
v0.2.0
167915d
Compare
Choose a tag to compare
  • Update clear_on_drop to 0.2.4
  • Migrate from derive_error crate to thiserror
  • Add try_convert_all function