aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml4
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 <doy@tozt.net>"]
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 }