We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95a471 commit efd571dCopy full SHA for efd571d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 6.0.3
4
+
5
+- Enhance `tracing` feature with some `debug` level logs for higher level logic.
6
7
## 6.0.2
8
9
- Add `tracing` feature which outputs debugging information to the [`tracing`](https://crates.io/crates/tracing) ecosystem.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "which"
-version = "6.0.2"
+version = "6.0.3"
edition = "2021"
rust-version = "1.70"
authors = ["Harry Fei <[email protected]>"]
0 commit comments