From d3250dbffd9bc64efc5592a8e12578b740a84257 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 6 Dec 2021 05:29:02 -0500 Subject: changelog and version bump --- CHANGELOG.md | 6 ++++++ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb212b1..02f953f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.2] - 2021-12-06 + +### Changed + +* bump deps + ## [0.2.1] - 2021-12-05 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 44b823f..c8c7700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textmode" -version = "0.2.1" +version = "0.2.2" authors = ["Jesse Luehrs "] edition = "2021" @@ -16,7 +16,7 @@ itoa = "0.4.8" nix = "0.23.0" terminal_size = "0.1.17" thiserror = "1.0.30" -vt100 = "0.13.2" +vt100 = "0.14.0" blocking = { version = "1.1.0", optional = true } futures-lite = { version = "1.12.0", optional = true } -- cgit v1.2.3-54-g00ecf