aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"