Skip to content

Commit

Permalink
Add a changelog to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Dec 7, 2024
1 parent 615524e commit 8029922
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# [Unreleased](https://github.com/delgan/win32-setctime/compare/1.1.0...master)

- Add support for type hints.


# [1.1.0](https://github.com/Delgan/win32-setctime/releases/tag/1.1.0) (2022-22-01)

- Add option to avoid following symlinks ([#6](https://github.com/Delgan/win32-setctime/issues/6)).


# [1.0.4](https://github.com/Delgan/win32-setctime/releases/tag/1.0.4) (2021-11-28)

- Fix timestamp conversion accuracy for big values ([#4](https://github.com/Delgan/win32-setctime/issues/4), thanks [@osyu](https://github.com/osyu)).


# [1.0.3](https://github.com/Delgan/win32-setctime/releases/tag/1.0.3) (2020-10-05)

- Add support for changing ctime of directories ([#3](https://github.com/Delgan/win32-setctime/issues/3)).


# [1.0.2](https://github.com/Delgan/win32-setctime/releases/tag/1.0.2) (2020-09-03)

- Make usage on `kernel32` more robust ([#2](https://github.com/Delgan/win32-setctime/issues/2)).


# [1.0.1](https://github.com/Delgan/win32-setctime/releases/tag/1.0.1) (2019-06-28)

- Fix handling of `CreateFileW()` errors (`FileNotFoundError` notably).


# [1.0.0](https://github.com/Delgan/win32-setctime/releases/tag/1.0.0) (2019-06-28)

- Initial release adding `setctime()` function.

0 comments on commit 8029922

Please sign in to comment.