aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-09 02:01:33 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-09 02:01:33 -0500
commitfe4225470112a6aa9d3f98ad892ef9823e80d71c (patch)
tree7222dfc4a5043276fb910205b999313cf4851ac7
parentf8555701c71847a953bc21c602b6a070b757a107 (diff)
downloadvt100-rust-0.12.0.tar.gz
vt100-rust-0.12.0.zip
version bumpv0.12.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 82507dc..e57d325 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.12.0] - 2021-03-09
### Added
diff --git a/Cargo.toml b/Cargo.toml
index cfd26cd..fb10f7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.11.1"
+version = "0.12.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"