aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-04 20:34:47 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-04 20:34:47 -0500
commitd4bce2deb371f7615c937150f2538e78c40e086b (patch)
tree44702816f4c0a1fa670e4f02ad501bf63fd64793
parenta77b914513017ef5e7287526d4da17581b6f0f27 (diff)
downloadvt100-rust-d4bce2deb371f7615c937150f2538e78c40e086b.tar.gz
vt100-rust-d4bce2deb371f7615c937150f2538e78c40e086b.zip
changelog and version bumpv0.13.1
-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 f277460..404671f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.13.1] - 2021-12-04
## Fixed
diff --git a/Cargo.toml b/Cargo.toml
index bab20c2..fc1b2da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.13.0"
+version = "0.13.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"