aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-13 07:33:36 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-13 07:33:36 -0500
commit54279674273daf3803d83695eb2066e9cd8c5016 (patch)
treea001d8cecce67b29743aad4a461f86bc91ba3c8c
parent4c8e8318b76eef417a3c6234c69108d6ed92d05b (diff)
downloadvt100-rust-54279674273daf3803d83695eb2066e9cd8c5016.tar.gz
vt100-rust-54279674273daf3803d83695eb2066e9cd8c5016.zip
changelog and version bumpv0.6.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 85eea08..c255ec2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.6.0] - 2019-11-13
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 4edc299..4aa72a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.5.1"
+version = "0.6.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"