diff --git a/CHANGELOG.md b/CHANGELOG.md index a28ce42..6f8bcc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 7.0.2 + +- Don't return paths containing the single dot `.` reference to the current directory, even if the original request was given in +terms of the current directory. Thanks [@jakobhellermann](https://github.com/jakobhellermann) for this contribution! + ## 7.0.1 - Get user home directory from `env_home` instead of `home`. Thanks [@micolous](https://github.com/micolous) for this contribution! diff --git a/Cargo.toml b/Cargo.toml index 54e2a72..c602fe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "which" -version = "7.0.1" +version = "7.0.2" edition = "2021" rust-version = "1.70" authors = ["Harry Fei , Jacob Kiesel "]