aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-04 03:22:29 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-04 03:22:29 -0500
commit5ae3165e98d8644f57edd54f78a093e353e3c921 (patch)
tree054fd3be8a56618c2e0a64da2217a867f8f3168b
parent9d07ac10cf7ec1278dd90ae8c4fe73cbd80c3fd5 (diff)
downloadttyrec-5ae3165e98d8644f57edd54f78a093e353e3c921.tar.gz
ttyrec-5ae3165e98d8644f57edd54f78a093e353e3c921.zip
changelog and version bump
-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 e05fb39..010449b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.3.0] - 2021-12-04
+
+### Changed
+
+* reimplemented `Reader` and `Writer` using a modern async api
+
## [0.2.0] - 2019-11-04
### Added
diff --git a/Cargo.toml b/Cargo.toml
index e3bd3b4..d0a8022 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ttyrec"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"