aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-17 21:28:38 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-17 21:28:38 -0500
commit4ce7dae61a899588cf31f31aa67d4b437f1fc236 (patch)
tree9999233c820f4e5be44e2e94543b088978173ecf
parent3f17c0e2afb8ff7ffa2adb4b7573db219cdc1cc0 (diff)
downloadtextmode-4ce7dae61a899588cf31f31aa67d4b437f1fc236.tar.gz
textmode-4ce7dae61a899588cf31f31aa67d4b437f1fc236.zip
changelog and version bump
-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 a18d37f..9535d5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.2.0] - 2021-11-17
### Added
diff --git a/Cargo.toml b/Cargo.toml
index a0207aa..71706ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "textmode"
-version = "0.1.1"
+version = "0.2.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"