aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-05 18:34:20 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-05 18:34:20 -0500
commit2e7a43fd0f68f4469927a032f5f77a52b664d276 (patch)
treeec4db93a7c3715b0792d22b42698a3b7501a3883
parent087cdb93d971934cdf2a6a577d8d5fe94380611d (diff)
downloadvt100-rust-2e7a43fd0f68f4469927a032f5f77a52b664d276.tar.gz
vt100-rust-2e7a43fd0f68f4469927a032f5f77a52b664d276.zip
changelog and version bumpv0.13.2
-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 75c5e60..69c9708 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.13.2] - 2021-12-05
## Changed
diff --git a/Cargo.toml b/Cargo.toml
index fc1b2da..fcc108d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vt100"
-version = "0.13.1"
+version = "0.13.2"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"