aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-13 13:19:54 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-13 13:19:54 -0500
commit87dc3babbd086d6507942a32b09d8b1e654776ad (patch)
treecaaba6321ee2c6903c61eb2f6ecac2cdefb33b26
parentc5c02112a61221f231fdd8c6cd9bbaa604474d9d (diff)
downloadvt100-rust-87dc3babbd086d6507942a32b09d8b1e654776ad.tar.gz
vt100-rust-87dc3babbd086d6507942a32b09d8b1e654776ad.zip
changelog and version bumpv0.6.2
-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 a5c5329..f5a39a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.6.2] - 2019-11-13
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index 97f61fc..4c6dbfc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.6.1"
+version = "0.6.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"