aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-15 13:29:43 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-15 13:29:43 -0500
commit94869744d2f374e2ca0b76e2d2d15622ba634b34 (patch)
tree9079b88bb6308a24a8654eda85f995d2b57b9561
parenteefc1f8cf664f685c49cecabb1f15419ac151259 (diff)
downloadtextmode-94869744d2f374e2ca0b76e2d2d15622ba634b34.tar.gz
textmode-94869744d2f374e2ca0b76e2d2d15622ba634b34.zip
changelog and version bumpv0.3.0
-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 9ae1512..f845022 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.3.0] - 2021-12-15
### Added
diff --git a/Cargo.toml b/Cargo.toml
index 472bb2f..9766480 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "textmode"
-version = "0.2.2"
+version = "0.3.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"