aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-05 18:39:27 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-05 18:39:27 -0500
commit2b3e4b2c97d97b091f5db96a71878bce50282a30 (patch)
treef57d3b4a8a65fdb3238dcc4d170f6f7c30fe9414
parente9eb88026af653b8bf804892da4fbda8f692abf1 (diff)
downloadtextmode-2b3e4b2c97d97b091f5db96a71878bce50282a30.tar.gz
textmode-2b3e4b2c97d97b091f5db96a71878bce50282a30.zip
changelog and version bumpv0.2.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9535d5d..cb212b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.2.1] - 2021-12-05
+
+### Changed
+
+* bump deps
+
## [0.2.0] - 2021-11-17
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 82cbd88..44b823f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "textmode"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"