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 060d3a1 commit acf6827Copy full SHA for acf6827
CHANGELOG.md
@@ -1,8 +1,11 @@
1
2
-# New Version
+# 1.9.0 (November 11, 2019)
3
4
-- **[BREAKING CHANGE]:** Replace `winconsole` with `winapi`:
+- **[POSSIBLE_BREAKING CHANGE]:** Replace `winconsole` with `winapi`:
5
- Changes `set_virtual_terminal` function signature.
6
+- Update dependencies
7
+- Add Dockerfile
8
+- Respect tty discovery for CLICOLOR
9
10
# 1.8.0 (April 30, 2019)
11
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "colored"
description = "The most simple way to add colors in your terminal"
-version = "1.8.0"
+version = "1.9.0"
authors = ["Thomas Wickham <[email protected]>"]
license = "MPL-2.0"
homepage = "https://github.com/mackwic/colored"
0 commit comments