Skip to content

Commit acf6827

Browse files
committed
prepare for release v1.9.0
1 parent 060d3a1 commit acf6827

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11

2-
# New Version
2+
# 1.9.0 (November 11, 2019)
33

4-
- **[BREAKING CHANGE]:** Replace `winconsole` with `winapi`:
4+
- **[POSSIBLE_BREAKING CHANGE]:** Replace `winconsole` with `winapi`:
55
- Changes `set_virtual_terminal` function signature.
6+
- Update dependencies
7+
- Add Dockerfile
8+
- Respect tty discovery for CLICOLOR
69

710
# 1.8.0 (April 30, 2019)
811

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "colored"
33
description = "The most simple way to add colors in your terminal"
4-
version = "1.8.0"
4+
version = "1.9.0"
55
authors = ["Thomas Wickham <[email protected]>"]
66
license = "MPL-2.0"
77
homepage = "https://github.com/mackwic/colored"

0 commit comments

Comments
 (0)