aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-07 13:19:13 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-07 13:19:13 -0500
commit0d69a14a273176c8405602f7543694b65966c7e0 (patch)
tree9373d06d12ccd39ccd057ac576a4631e21e02f63
parentfb98bbdc50daaac71ff509c25f6a99b4ffa8459a (diff)
downloadvt100-rust-0d69a14a273176c8405602f7543694b65966c7e0.tar.gz
vt100-rust-0d69a14a273176c8405602f7543694b65966c7e0.zip
version bumpv0.11.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e30ef2..4cbc4e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.11.1] - 2021-03-07
### Changed
diff --git a/Cargo.toml b/Cargo.toml
index e35ce5d..cfd26cd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.11.0"
+version = "0.11.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"