From 7954e6f52d46604bd0bfa90a4f220312ecddb341 Mon Sep 17 00:00:00 2001 From: Thomas Wickham Date: Tue, 30 Apr 2019 09:35:22 +0200 Subject: [PATCH] Bump version to v1.8.0 (#49) --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 344fb0f..0786e96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +# 1.8.0 (April 30, 2019) + +- FEAT: support Windows 10 colors + # 1.7.0 (January, 2019) - TECH: update lazy\_static - FEAT: introduce respect for the `NO_COLOR` environment variable diff --git a/Cargo.toml b/Cargo.toml index ac02263..8101ca9 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.7.0" +version = "1.8.0" authors = ["Thomas Wickham "] license = "MPL-2.0" homepage = "https://github.com/mackwic/colored" diff --git a/README.md b/README.md index 61a881d..72adeac 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Add this in your `Cargo.toml`: ```toml [dependencies] -colored = "1.7" +colored = "1.8" ``` and add this to your `lib.rs` or `main.rs`: @@ -152,3 +152,5 @@ In non legal terms it means that: - Keith Yeung: [@KiChjang](https://github.com/KiChjang) - Kyle Galloway: [@kylegalloway](https://github.com/kylegalloway) - Luke Hsiao: [@lukehsiao](https://github.com/lukehsiao) +- kurtlawrence: [@kurtlawrence](https://github.com/kurtlawrence) +