Skip to content

Releases: badboy/iso8601

v0.6.2

02 Feb 13:56
Compare
Choose a tag to compare

What's Changed

  • remove map combinator by @hoodie in #52
  • chore: address lib.rs suggestions by @hoodie in #55
  • little bit of spring cleaning: split the large lib.rs into several files by @hoodie in #54
  • build: raise edition to 2021 by @hoodie in #56
  • fix(dep): update to nom 8 by @hoodie in #61

Full Changelog: v0.6.1...v0.6.2

v0.5.1

09 Nov 21:38
Compare
Choose a tag to compare

What's Changed

  • Feature/fix duration permissiveness by @hoodie in #46

Full Changelog: v0.5.0...v0.5.1

v0.2.0

06 Nov 09:49
Compare
Choose a tag to compare
  • (chore) Upgraded nom
  • (chore) Added fuzzing targets
  • (fix) Correctly overwrite hours and minutes in Time#set_tz
  • (fix) Correct small error in README example