Skip to content

Commit a39d90b

Browse files
committed
0.15.4
1 parent edfc4bb commit a39d90b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.15.4
4+
5+
### Enhancements
6+
7+
* Fix for regression where console size was misreported on windows. (#151)
8+
39
## 0.15.3
410

511
### Enhancements

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "console"
33
description = "A terminal and console abstraction for Rust"
4-
version = "0.15.3"
4+
version = "0.15.4"
55
keywords = ["cli", "terminal", "colors", "console", "ansi"]
66
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)