0.18.2
This commit is contained in:
parent
901070f138
commit
f85105c284
@ -1,3 +1,7 @@
|
||||
# Version 0.18.2
|
||||
- Fix panic when only setting bold and redirecting stdout.
|
||||
- Use `tty_fd` for set/get terminal attributes
|
||||
|
||||
# Version 0.18.1
|
||||
- Fix enabling ANSI support when stdout is redirected
|
||||
- Update crossterm-winapi to 0.6.2
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "crossterm"
|
||||
version = "0.18.1"
|
||||
version = "0.18.2"
|
||||
authors = ["T. Post"]
|
||||
description = "An crossplatform terminal library for manipulating terminals."
|
||||
repository = "https://github.com/crossterm-rs/crossterm"
|
||||
|
Loading…
Reference in New Issue
Block a user