Skip to content

Commit 8029922

Browse files
committed
Add a changelog to the repo
1 parent 615524e commit 8029922

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# [Unreleased](https://github.com/delgan/win32-setctime/compare/1.1.0...master)
2+
3+
- Add support for type hints.
4+
5+
6+
# [1.1.0](https://github.com/Delgan/win32-setctime/releases/tag/1.1.0) (2022-22-01)
7+
8+
- Add option to avoid following symlinks ([#6](https://github.com/Delgan/win32-setctime/issues/6)).
9+
10+
11+
# [1.0.4](https://github.com/Delgan/win32-setctime/releases/tag/1.0.4) (2021-11-28)
12+
13+
- Fix timestamp conversion accuracy for big values ([#4](https://github.com/Delgan/win32-setctime/issues/4), thanks [@osyu](https://github.com/osyu)).
14+
15+
16+
# [1.0.3](https://github.com/Delgan/win32-setctime/releases/tag/1.0.3) (2020-10-05)
17+
18+
- Add support for changing ctime of directories ([#3](https://github.com/Delgan/win32-setctime/issues/3)).
19+
20+
21+
# [1.0.2](https://github.com/Delgan/win32-setctime/releases/tag/1.0.2) (2020-09-03)
22+
23+
- Make usage on `kernel32` more robust ([#2](https://github.com/Delgan/win32-setctime/issues/2)).
24+
25+
26+
# [1.0.1](https://github.com/Delgan/win32-setctime/releases/tag/1.0.1) (2019-06-28)
27+
28+
- Fix handling of `CreateFileW()` errors (`FileNotFoundError` notably).
29+
30+
31+
# [1.0.0](https://github.com/Delgan/win32-setctime/releases/tag/1.0.0) (2019-06-28)
32+
33+
- Initial release adding `setctime()` function.

0 commit comments

Comments
 (0)