Sourced from which's releases.
8.0.0
What's Changed
- Add new
Systrait to allow abstracting over the underlying filesystem. Particularly useful forwasm32-unknown-unknowntargets. Thanks@dsherretfor this contribution to which!- Add more debug level tracing for otherwise silent I/O errors.
- Call the
NonFatalHandlerin more places to catch previously ignored I/O errors.- Remove use of the
eitherdependency.New Contributors
@dsherretmade their first contribution in harryfei/which-rs#1097.0.3
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks
@mhilsfor 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@jakobhellermannfor this contribution!7.0.1
What's Changed
- Switch to
env_homecrate by@micolousin harryfei/which-rs#105- fixes #106, bump patch version by
@Xaeroxein harryfei/which-rs#107New Contributors
@micolousmade their first contribution in harryfei/which-rs#105Full Changelog: https://github.com/harryfei/which-rs/compare/7.0.0...7.0.1
7.0.0
- Add support to
WhichConfigfor a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.
Sourced from which's changelog.
8.0.0
- Add new
Systrait to allow abstracting over the underlying filesystem. Particularly useful forwasm32-unknown-unknowntargets. Thanks@dsherretfor this contribution to which!- Add more debug level tracing for otherwise silent I/O errors.
- Call the
NonFatalHandlerin more places to catch previously ignored I/O errors.- Remove use of the
eitherdependency.7.0.3
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks
@mhilsfor 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@jakobhellermannfor this contribution!7.0.1
- Get user home directory from
env_homeinstead ofhome. Thanks@micolousfor this contribution!- If home directory is unavailable, do not expand the tilde to an empty string. Leave it as is.
7.0.0
- Add support to
WhichConfigfor a user provided closure that will be called whenever a nonfatal error occurs. This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile without changes.
adac2cd
bump version, update changelog84e152e
reduce sys::Sys requirements, add some tracing for otherwise silent
errors (#...a0a6daf
feat: add Sys trait for swapping out system (#109)eef1998
Add actively maintained badge1d145de
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-wasip1