Skip to content

Commit

Permalink
Bump version to v1.8.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mackwic authored Apr 30, 2019
1 parent ebcb9c9 commit 7954e6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MPL-2.0"
homepage = "https://github.com/mackwic/colored"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down Expand Up @@ -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)

0 comments on commit 7954e6f

Please sign in to comment.