Skip to content

Latest commit

 

History

History
33 lines (14 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

33 lines (14 loc) · 1.18 KB

1.2.0 (2024-12-07)

  • Add support for type hints.

1.1.0 (2022-22-01)

  • Add option to avoid following symlinks (#6).

1.0.4 (2021-11-28)

  • Fix timestamp conversion accuracy for big values (#4, thanks @osyu).

1.0.3 (2020-10-05)

  • Add support for changing ctime of directories (#3).

1.0.2 (2020-09-03)

  • Make usage on kernel32 more robust (#2).

1.0.1 (2019-06-28)

  • Fix handling of CreateFileW() errors (FileNotFoundError notably).

1.0.0 (2019-06-28)

  • Initial release adding setctime() function.