Skip to content

Releases: chronotope/humantime

2.3.0

11 Sep 12:09
@djc djc
v2.3.0
Compare
Choose a tag to compare

What's Changed

2.2.0

11 Sep 12:09
@djc djc
v2.2.0
Compare
Choose a tag to compare

What's Changed

  • Clean up Rfc3339Timestamp Display buffer init by @Juici in #19
  • docs: fix wrong reference to parse_rfc3339 and add a link to it by @vrmiguel in #21
  • two_digits: use char::is_digit and char::to_digit instead of direct byte arithmetic by @vrmiguel in #22
  • Minor improvements by @Bond-009 in #25
  • Add CI by @pinkforest in #37
  • Adding missed unit test cases by @CXWorks in #41
  • Tweaks by @djc in #47
  • Update dependencies by @djc in #48
  • align derived traits of wrapper types with those of the underlying types by @colstrom in #40