Skip to content

Commit 663ccc1

Browse files
committed
Release 0.15.0
console@0.15.0 Generated by cargo-workspaces
1 parent aad31b9 commit 663ccc1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22

33
## Unreleased
44

5+
## 0.15.0
6+
57
### Enhancements
68

79
* Addeed more key recognitions
810
* Exposed `pad_str_with` to public API
11+
* Added `ReadWritePair`
12+
* Support `color256` in `Style::from_dotted_str`
913

1014
### BREAKING
1115

12-
*
16+
* Added `ReadWritePair` to `TermTarget` to allow arbitrary read write pairs behave as a term
17+
* Removed `Copy` and `PartialEq` from `TermTarget`
1318

1419
## 0.14.1
1520

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.14.1"
4+
version = "0.15.0"
55
keywords = ["cli", "terminal", "colors", "console", "ansi"]
66
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
77
license = "MIT"

0 commit comments

Comments
 (0)