Skip to content

Commit f50675a

Browse files
committed
Prep 5.0.0 release
1 parent e776ff0 commit f50675a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 5.0.0
4+
5+
- Remove several unused error messages
6+
- Windows executables can now be found even if they don't have a '.exe' extension.
7+
- Add new error message, `Error::CannotGetCurrentDirAndPathListEmpty`
8+
39
## 4.4.2
410

511
- Remove dependency on `dirs` crate due to MPL licensing in its tree. Use `home` crate instead. (@Xaeroxe)

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ keywords = ["which", "which-rs", "unix", "command"]
1414

1515
[dependencies]
1616
either = "1.6.1"
17-
regex = { version = "1.5.5", optional = true }
17+
# Pin this to the last version that supported 1.63, which is our MSRV.
18+
regex = { version = "= 1.9.6", optional = true }
1819
rustix = { version = "0.38.10", default-features = false, features = ["fs", "std"] }
1920

2021
[target.'cfg(any(windows, unix, target_os = "redox"))'.dependencies]

0 commit comments

Comments
 (0)