aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-05 23:36:25 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-05 23:36:25 -0500
commit766c6dba0724bffba5cce8cd88696b4aed053e70 (patch)
treed5a9978245d0d2ea6d937ae797ab94eb04e38727
parent847979e4cb1b04a7034fd13fba39c4adca0b975b (diff)
downloadvt100-rust-766c6dba0724bffba5cce8cd88696b4aed053e70.tar.gz
vt100-rust-766c6dba0724bffba5cce8cd88696b4aed053e70.zip
version bumpv0.9.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 c938f33..41af44a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.9.0] - 2021-03-05
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 6cce48e..78c9206 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.8.1"
+version = "0.9.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"