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 4c37917 commit 2979c4bCopy full SHA for 2979c4b
CHANGELOG.md
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+MSRV changed to 1.60 to hide optional dependencies
11
+
12
+### Fixes
13
14
+- Resolved soundness issue by switching from `atty` to `is-terminal`
15
16
+### Breaking Changes
17
18
+To open room for changing dependencies:
19
+- Renamed `termcolor` feature to `color`
20
+- Renamed `atty` feature to `auto-color`
21
22
## [0.9.3] - 2022-11-07
23
24
- Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.
0 commit comments