From acf68278d2ae340bfda6c392b50b3b41e0c41b0d Mon Sep 17 00:00:00 2001 From: Kurt Lawrence Date: Mon, 11 Nov 2019 14:14:04 +1100 Subject: [PATCH] prepare for release v1.9.0 --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4639f36..1f9c249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# New Version +# 1.9.0 (November 11, 2019) -- **[BREAKING CHANGE]:** Replace `winconsole` with `winapi`: +- **[POSSIBLE_BREAKING CHANGE]:** Replace `winconsole` with `winapi`: - Changes `set_virtual_terminal` function signature. +- Update dependencies +- Add Dockerfile +- Respect tty discovery for CLICOLOR # 1.8.0 (April 30, 2019) diff --git a/Cargo.toml b/Cargo.toml index a88433a..ad1af99 100644 --- a/Cargo.toml +++ b/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 "] license = "MPL-2.0" homepage = "https://github.com/mackwic/colored"