aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-13 08:11:16 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-13 08:11:16 -0500
commit09bdb8ae8dda386583a458f04d9fc1f96804123d (patch)
treee68c7eff9c442bdf45ae45afad51082ae33a2a94
parente1e64aba23deab02a95bf12448271d321ddd8226 (diff)
downloadvt100-rust-09bdb8ae8dda386583a458f04d9fc1f96804123d.tar.gz
vt100-rust-09bdb8ae8dda386583a458f04d9fc1f96804123d.zip
changelog and version bumpv0.6.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 7d1269b..610f008 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.6.1] - 2019-11-13
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 4aa72a0..97f61fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"