aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-20 13:30:35 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-20 13:30:35 -0500
commitcd94e2ccb2272286fd0e2bc8ae67db2fba5276e5 (patch)
tree418fc1dddcceab3b5d3d651295640fda5bf97408
parent228be08e370186fa4b3c59de86bc09853debe10b (diff)
downloadvt100-rust-cd94e2ccb2272286fd0e2bc8ae67db2fba5276e5.tar.gz
vt100-rust-cd94e2ccb2272286fd0e2bc8ae67db2fba5276e5.zip
changelog and version bumpv0.6.3
-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 aa27028..71a9d35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.6.3] - 2019-11-20
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index 4c6dbfc..7ec13a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.6.2"
+version = "0.6.3"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"