Releases: 0x5eal/chrono-lc
Releases · 0x5eal/chrono-lc
v0.1.7
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
Changelog
- Fixed crate breaking due to non-exhaustive matches on the latest chrono version
- Addressed minor clippy lints in the build script
v0.1.4
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
Changelog
- Bumped chrono to v0.4.29
- Includes polish locale
- Modernized codebase for Rust Edition 2021
v0.1.2
Changelog
- Successfully builds with chrono v0.4.26
- Includes turkish locale (@Barocena)
- Upgraded to Rust Edition 2021