aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-12 08:46:02 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-12 08:46:02 -0500
commit89654c576119ba958a57e9c557d974b657d7c986 (patch)
treef64c4cf3889d2bfbcfd80a10ba9cc83ab9346bb0
parentabbc965bc094f95f4754caf2fcca840fd1f0a781 (diff)
downloadvt100-rust-89654c576119ba958a57e9c557d974b657d7c986.tar.gz
vt100-rust-89654c576119ba958a57e9c557d974b657d7c986.zip
changelog and version bumpv0.5.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 95c6a0d..0971274 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.5.1] - 2019-11-12
### Fixed
diff --git a/Cargo.toml b/Cargo.toml
index 11d6192..4edc299 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"