olliemath / chronoutil

ChronoUtil module provides powerful extensions to rust's Chrono crate.
MIT License
21 stars 9 forks source link

Prepare 0.2.7 release #16

Closed olliemath closed 2 months ago

olliemath commented 2 months ago

Adds support for parsing and formatting RelativeDurations as iso8601 duration strings

olliemath commented 2 months ago

We need a minimum version of chrono to use some of the functions used in the latest PR:

subsec_nanos function was added in 0.4.32: https://github.com/chronotope/chrono/releases/tag/v0.4.32

new function was added in 0.4.34: https://github.com/chronotope/chrono/releases/tag/v0.4.34