Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 1.18 KB

Version 1.0.3

  • Update dependencies (PR #15)
  • Fix panic when parsing nanosecond timestamp values >= 2^30 (536870912) due to incorrect mathematical order of operations (Issue #13, PR #16)

Version 1.0.2

  • Make use of Rust 1.83's newly added io::ErrorKinds for better error messages (PR #10)
  • Update dependencies (PR #11)
  • Fix new clippy 1.83 warnings (PR #12)

Version 1.0.1

  • Fix creating filesystems on Windows when a Unicode output path is used (Issue #7, PR #8)

Version 1.0.0