All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.2.0 - 2024-09-08
Minor refactorings to abuse assertions in constants that Rust 1.57.0 allows.
v1.1.0 - 2024-04-30
windows-sys bump to 1.56 when they switch to 2021 edition. As a dependent of that crate, we have no choice but to follow.
v1.0.0 - 2023-02-26
The public API of this crate has been unchanged around 3 years without complains. It signals that the API is mature enough to be stable for a long time.
v0.2.1 - 2023-02-25
- Fix weird build failure when cross-compiling from non-Windows hosts 657c176a440a64437236ba9d88a2ebd98a8babb1
v0.2.0 - 2020-09-05
- Some internal refactorings that requires Rust v1.46.0
v0.1.5 - 2020-03-18
- Prevent a panic happen when open a reparse point (Commit fd9bbec6061fb100f79795ac9b64db59fbb6a3c0)
v0.1.4 - 2020-01-30
- Ask for forgiveness in case we have no necessary permission instead of always asking for permission.
v0.1.3 - 2019-10-28
- Obtain appropriate privilege before opening directories.
v0.1.0 - 2019-05-15
First release