aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-15 13:19:04 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-15 13:19:04 -0500
commitb8eff010d34376cdc1c406083d9cf150032bb236 (patch)
treecd5a9d1753eb6fa02dfd484a7615018a1aff93b8
parent51d6f6927ce9e63e2d5704748755aa42f9522ee3 (diff)
downloadvt100-rust-b8eff010d34376cdc1c406083d9cf150032bb236.tar.gz
vt100-rust-b8eff010d34376cdc1c406083d9cf150032bb236.zip
changelog and version bumpv0.15.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 ae30add..66c33eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.15.0] - 2021-12-15
### Added
diff --git a/Cargo.toml b/Cargo.toml
index c5d71fb..28665d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.14.0"
+version = "0.15.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"