Skip to content

Releases: Blobfolio/utc2k

v0.8.0

08 Feb 18:51
Compare
Choose a tag to compare

Removed

  • Borrow<[u8]> for FmtUtc2k

Other

  • Miscellaneous doc/script cleanup

v0.7.0

05 Oct 19:04
Compare
Choose a tag to compare

New

  • Weekday::first_in_month
  • Weekday::last_in_month
  • Weekday::nth_in_month

Miscellaneous

  • Minor code cleanup and lints

v0.6.1

13 Jul 19:22
Compare
Choose a tag to compare

Changed

  • Update dev dependencies

v0.6.0

01 Jun 20:01
Compare
Choose a tag to compare

Changed

  • Bump MSRV 1.70
  • Drop once_cell (in favor of new built-in types)
  • Replace various unsafe blocks with safe alternatives
  • Add debug/assertions for logical redundancy
  • CI: test in debug and release modes
  • CI: test MSRV

v0.5.15

15 Feb 16:40
Compare
Choose a tag to compare

Changed

  • Improve Deserialize handling

New

  • impl FromStr for Utc2k (same as TryFrom<&str>)
  • impl FromStr for FmtUtc2k (same as TryFrom<&str>)

v0.5.14

04 Feb 18:19
Compare
Choose a tag to compare

Changed

  • Improve docs.rs environment detection
  • Declare "serde" feature explicitly

v0.5.13

26 Jan 17:41
Compare
Choose a tag to compare

Changed

  • Bump brunch 0.4

v0.5.12

01 Jan 19:09
Compare
Choose a tag to compare

Fixed

  • utc2k::year sometimes off by one!

v0.5.11

30 Dec 07:58
Compare
Choose a tag to compare

Changed

  • Bump once_cell
  • Update ci badge syntax (docs)

v0.5.10

03 Nov 15:06
Compare
Choose a tag to compare

Changes

  • Update dependencies