Sourced from which's releases.
7.0.3
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks
@mhils
for this contribution to which!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
for this contribution!7.0.1
What's Changed
- Switch to
env_home
crate by@micolous
in harryfei/which-rs#105- fixes #106, bump patch version by
@Xaeroxe
in harryfei/which-rs#107New Contributors
@micolous
made their first contribution in harryfei/which-rs#105Full Changelog: https://github.com/harryfei/which-rs/compare/7.0.0...7.0.1
Sourced from which's changelog.
7.0.3
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks
@mhils
for this contribution to which!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
for this contribution!7.0.1
- Get user home directory from
env_home
instead ofhome
. Thanks@micolous
for this contribution!- If home directory is unavailable, do not expand the tilde to an empty string. Leave it as is.
1d145de
release version 7.0.3f5e5292
fix unrelated lint error4dcefa6
bump rustixbd86881
bump version, add to changelogcf37760
don't run relative dot test on macosf2c4bd6
update target to new name for wasm32-wasip187acc08
When searching for ./script.sh
, don't return
/path/to/./script.sh
68acf2c
Fix changelog to link to GitHub profileb6754b2
Update CHANGELOG.md0c63719
fixes #106,
bump patch version