aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-10 12:37:41 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-10 12:37:41 -0500
commita6cdd5f5fdf3bb0b7200cd2f5a4c27df92c1330f (patch)
tree993d8f243e2b53fd8c9058965e2fc539ab8863a5
parentcc2af9780528ce259a87f66164da0396c054832b (diff)
downloadtextmode-0.1.1.tar.gz
textmode-0.1.1.zip
changelog and version bumpv0.1.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 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"