Skip to content

Commit bd86881

Browse files
committed
bump version, add to changelog
1 parent cf37760 commit bd86881

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 7.0.2
4+
5+
- Don't return paths containing the single dot `.` reference to the current directory, even if the original request was given in
6+
terms of the current directory. Thanks [@jakobhellermann](https://github.com/jakobhellermann) for this contribution!
7+
38
## 7.0.1
49

510
- Get user home directory from `env_home` instead of `home`. Thanks [@micolous](https://github.com/micolous) for this contribution!

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "which"
3-
version = "7.0.1"
3+
version = "7.0.2"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["Harry Fei <[email protected]>, Jacob Kiesel <[email protected]>"]

0 commit comments

Comments
 (0)