Skip to content

Commit

Permalink
prepare for release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence committed Nov 11, 2019
1 parent 060d3a1 commit acf6827
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.8.0"
version = "1.9.0"
authors = ["Thomas Wickham <[email protected]>"]
license = "MPL-2.0"
homepage = "https://github.com/mackwic/colored"
Expand Down

0 comments on commit acf6827

Please sign in to comment.