Releases: Delgan/win32-setctime
Releases · Delgan/win32-setctime
1.2.0
- Add support for type hints.
1.1.0
- Add option to avoid following symlinks (#6).
1.0.4
- Fix timestamp conversion accuracy for big values (#4, thanks @osyu).
1.0.3
- Add support for changing ctime of directories (#3).
1.0.2
- Make usage on
kernel32
more robust (#2).
1.0.1
- Fix handling of
CreateFileW()
errors (FileNotFoundError
notably).
1.0.0
- Initial release adding
setctime()
function.