Skip to content

Commit adac2cd

Browse files
committed
bump version, update changelog
1 parent 84e152e commit adac2cd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 8.0.0
4+
5+
- Add new `Sys` trait to allow abstracting over the underlying filesystem. Particularly useful for `wasm32-unknown-unknown` targets. Thanks [@dsherret](https://github.com/dsherret) for this contribution to which!
6+
- Add more debug level tracing for otherwise silent I/O errors.
7+
- Call the `NonFatalHandler` in more places to catch previously ignored I/O errors.
8+
- Remove use of the `either` dependency.
9+
310
## 7.0.3
411

512
- Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks [@mhils](https://github.com/mhils) for this contribution to which!

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.3"
3+
version = "8.0.0"
44
edition = "2021"
55
rust-version = "1.70"
66
authors = ["Harry Fei <tiziyuanfang@gmail.com>, Jacob Kiesel <jake@bitcrafters.co>"]

0 commit comments

Comments
 (0)