Skip to content

Commit

Permalink
prepare for release v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence committed Dec 31, 2019
1 parent 8b8d341 commit c62ea45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# 1.9.1 (December 31, 2019)

- Remove deprecated `try!` macro in codebase
- Reduce allocations in `ColoredString` impl (PR#65)
- Added `"purple"` as match in `impl FromStr for Color` (PR#71)

# 1.9.0 (November 11, 2019)

- **[POSSIBLE_BREAKING CHANGE]:** Replace `winconsole` with `winapi`:
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.9.0"
version = "1.9.1"
authors = ["Thomas Wickham <mackwic@gmail.com>"]
license = "MPL-2.0"
homepage = "https://github.com/mackwic/colored"
Expand Down

0 comments on commit c62ea45

Please sign in to comment.