Skip to content

Releases: 0x5eal/chrono-lc

v0.1.7

12 May 17:09
11d5f27
Compare
Choose a tag to compare

Changelog

  • Fixed a potential stack overflow due to recursion in parse_fixed
  • Reorganized and modularized codebase
  • Ensured support for all 0.4.x chrono versions

v0.1.6

12 May 15:30
5be5d28
Compare
Choose a tag to compare

Changelog

  • Fixed crate breaking due to non-exhaustive matches on the latest chrono version
  • Addressed minor clippy lints in the build script

v0.1.5

14 Jan 08:36
e3f2c5a
Compare
Choose a tag to compare

Changelog

v0.1.4

19 Sep 06:03
41b9768
Compare
Choose a tag to compare

Changelog

  • Chrono fixed to v0.4
  • Includes hebrew locales (@DeveloperCron)
  • Includes filipino locale (@CompeyDev)
  • Refactored codebase, fixed minor bugs
  • Fixed failing turkish locale tests

v0.1.3

06 Sep 07:41
add475c
Compare
Choose a tag to compare

Changelog

  • Bumped chrono to v0.4.29
  • Includes polish locale
  • Modernized codebase for Rust Edition 2021

v0.1.2

23 Aug 15:35
b47f2af
Compare
Choose a tag to compare

Changelog

  • Successfully builds with chrono v0.4.26
  • Includes turkish locale (@Barocena)
  • Upgraded to Rust Edition 2021