aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-08 13:23:41 -0500
committerJesse Luehrs <doy@tozt.net>2023-03-08 13:23:41 -0500
commit73248fa5804238e2a267a63c9614cf60538956a8 (patch)
treefb8c8f4e76c7f232360a5b12405e1a3a2be1fb8c
parent0a3b6b88656327e4de28e8b65e0e285fa3ab9bcd (diff)
downloadtextmode-main.tar.gz
textmode-main.zip
changelog and version bumpHEADv0.4.0main
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6533e8..e8637ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
-## [Unreleased]
+## [0.4.0] - 2023-03-08
+
+### Fixed
+
+* fixed textmode::blocking::Output::hard_refresh accidentally being async
### Changed
diff --git a/Cargo.toml b/Cargo.toml
index af0c80a..b19c6f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "textmode"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"