aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-12 06:44:54 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-12 06:44:54 -0500
commitcbab71b33b10e9779824aa6562dc8c8395a0d2fd (patch)
treeca0e214d024cf4dd2a78ac5335300b8db4d5a1e8
parente08e970ecdcb8f5ebfff00b87704a3d991c66206 (diff)
downloadvt100-rust-cbab71b33b10e9779824aa6562dc8c8395a0d2fd.tar.gz
vt100-rust-cbab71b33b10e9779824aa6562dc8c8395a0d2fd.zip
changelog and version bumpv0.5.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 1dca708..0c23c2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.5.0] - 2019-11-12
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 1d2e329..11d6192 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"