aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-02-09 13:13:35 -0500
committerJesse Luehrs <doy@tozt.net>2020-02-09 13:13:35 -0500
commit9cf895d45280bf8e89b1f05a6ff2fe34ab5a5e30 (patch)
tree023fbc80656ec26a12f00cab87d830d9e2c3d6fc
parent26bc383f15fae383580e3faac1c0800a8dc17f99 (diff)
downloadvt100-rust-9cf895d45280bf8e89b1f05a6ff2fe34ab5a5e30.tar.gz
vt100-rust-9cf895d45280bf8e89b1f05a6ff2fe34ab5a5e30.zip
changelog and version bumpv0.8.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 8e7f285..8ab3811 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [0.8.1] - Unreleased
+## [0.8.1] - 2020-02-09
### Changed
diff --git a/Cargo.toml b/Cargo.toml
index ac6cd5a..48515c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.8.0"
+version = "0.8.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"