aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-12-07 11:18:18 -0500
committerJesse Luehrs <doy@tozt.net>2019-12-07 11:18:18 -0500
commit1b01fb4c2c687d5da8b041f59000374d973426e0 (patch)
tree8c88ec87e7fc0b57a5ab16a47d07bb27cd25f4c8
parent03a6fe754172bf780fb854dcd693128c86caa53b (diff)
downloadvt100-rust-0.8.0.tar.gz
vt100-rust-0.8.0.zip
changelog and version bumpv0.8.0
-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 6319a76..65d9ebc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.8.0] - 2019-12-07
### Removed
diff --git a/Cargo.toml b/Cargo.toml
index e8dd588..c30bddc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.7.0"
+version = "0.8.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"