aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-08 12:52:29 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-08 12:52:29 -0500
commitdc09dd29d0fe6741b17de3767cfc675c366fb1a4 (patch)
tree6d0fe66bf46d6be544a6b07b9f4c5fa91527aba3
parent82fa0389acde185744a33fa92e35fd0f6e3b79e9 (diff)
downloadvt100-rust-dc09dd29d0fe6741b17de3767cfc675c366fb1a4.tar.gz
vt100-rust-dc09dd29d0fe6741b17de3767cfc675c366fb1a4.zip
changelog and version bumpv0.4.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 31c2872..e1a6584 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [0.4.0] - 2019-11-08
### Removed
diff --git a/Cargo.toml b/Cargo.toml
index bcbd9e5..1b955ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.3.2"
+version = "0.4.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"