Releases: olliemath/chronoutil
Releases · olliemath/chronoutil
v0.2.7
v0.2.6
- Adds
shift_months_opt
and friends to cover the edge case of shifting to ambiguous daylight-savings times. The originalshift_months
function panics in this case (thanks Edmond Begumisa )
v0.2.5
v0.2.4
- Avoids pulling in Time 0.1 for users who do not already do so (see https://rustsec.org/advisories/RUSTSEC-2020-0071.html)
- Minimum Chrono requirement bumped to 0.4.24 (due to earlier differences between time::Duration and chrono::Duration)
v0.2.3
v0.2.2
- Bugfix for
shift_months
overflowing in certain cases (thanks Alex Reisner)