v2.0.0
π Features
- Add
fmt::Display
forDateTime
- Implement more traits for
DateTime
π Refactor
- Change type of
last_modified_time
toOption<DateTime>
- [breaking] Rename
from_msdos
tofrom_msdos_unchecked
, make it unsafe, and addtry_from_msdos
(#145)
βοΈ Miscellaneous Tasks
- Continue to accept archives with invalid DateTime, and use
now_utc()
as default only when writing, not reading