Skip to content

Commit

Permalink
bump version, add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Feb 6, 2025
1 parent cf37760 commit bd86881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "which"
version = "7.0.1"
version = "7.0.2"
edition = "2021"
rust-version = "1.70"
authors = ["Harry Fei <tiziyuanfang@gmail.com>, Jacob Kiesel <jake@bitcrafters.co>"]
Expand Down

0 comments on commit bd86881

Please sign in to comment.