Skip to content

Commit 160f790

Browse files
committed
Bump version, update changelog
1 parent c9f50ca commit 160f790

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
6.1
3+
---
4+
5+
API changes:
6+
* `ColorMode` got a `Read` instance.
7+
* The `Config` type got a new `configPreferredColorMode` field for
8+
specifying a preferred `ColorMode`. Backend packages should respect
9+
this field, but note that `vty` itself does not (and cannot) enact
10+
this preference since it's up to the backend driver to configure the
11+
color mode.
12+
* The Vty configuration file got a new `colorMode` field whose value is
13+
a string literal compatible with the `ColorMode` `Read` instance.
14+
215
6.0
316
---
417

vty.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vty
2-
version: 6.0
2+
version: 6.1
33
license: BSD3
44
license-file: LICENSE
55
author: AUTHORS

0 commit comments

Comments
 (0)