Skip to content

Releases: Blobfolio/utc2k

v0.5.6

15 Aug 06:31
Compare
Choose a tag to compare

Changes:

  • Bump tz-rs 0.6.14

v0.5.5

11 Aug 17:25
Compare
Choose a tag to compare

Changed

  • Bump tz-rs =0.6.12
  • Bump fastrand 1.8.0
  • Remove serde_yaml dev dependency

v0.5.4

23 Jul 04:13
Compare
Choose a tag to compare

Added

  • Utc2k::abs_diff
  • Utc2k::cmp_date
  • Utc2k::cmp_time
  • Utc2k::from_smooshed_date_str
  • Utc2k::from_smooshed_datetime_str
  • Utc2k::to_midnight

v0.5.3

15 Jul 02:04
Compare
Choose a tag to compare

Changes:

  • Bump once_cell 1.13.0

v0.5.2

04 Jul 20:05
Compare
Choose a tag to compare

Changed

  • Bump MSRV 1.62.
  • Bump tz-rs =0.6.11
  • Bump once_cell =1.12.1

v0.5.1

28 Jun 01:12
Compare
Choose a tag to compare

Update dependencies.

v0.5.0

30 May 22:06
Compare
Choose a tag to compare

Changed

  • Bump once_cell to =1.12.0.
  • Minor localization cache performance improvements.

v0.4.5

19 May 17:43
Compare
Choose a tag to compare

Changed

  • Update and lock third-party dependency versions

v0.4.4

02 May 17:56
Compare
Choose a tag to compare

Added

  • LocalOffset::unixtime (for returning the unix timestamp the offset applies to)
  • LocalOffset::localtime (for returning the adjusted timestamp)

Changed

  • Timezone details are now statically cached after parsing, improving performance when multiple LocalOffset objects are created

v0.4.3

30 Apr 21:34
Compare
Choose a tag to compare

Added

  • Non-default crate feature local
  • LocalOffset (for obtaining local UTC offset)

Changed

  • Bump MSRV to 1.57
  • Various doc and lint tweaks