aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3ff724c..b1d4011 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.1.1] - 2021-11-10
+
+### Changed
+
+* Bumped deps and moved to 2021 edition
+
## [0.1.0] - 2021-03-13
### Added
diff --git a/Cargo.toml b/Cargo.toml
index cb5f0ee..9e3a042 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "textmode"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"