aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-06 05:26:10 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-06 05:26:10 -0500
commita20f9be94b0b22b90796ef543abe29f9c806750c (patch)
treeb257153c4696b19607ac4e3c66d5fda47a8ad312
parente523a38bd2665a1a487382c5042d94770e4087af (diff)
downloadvt100-rust-a20f9be94b0b22b90796ef543abe29f9c806750c.tar.gz
vt100-rust-a20f9be94b0b22b90796ef543abe29f9c806750c.zip
changelog and version bumpv0.14.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 3538ba3..dd60dab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.14.0] - 2021-12-06
### Changed
diff --git a/Cargo.toml b/Cargo.toml
index 922ebed..e658dbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.13.2"
+version = "0.14.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"