From 5ae3165e98d8644f57edd54f78a093e353e3c921 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Dec 2021 03:22:29 -0500 Subject: changelog and version bump --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 "] edition = "2021" -- cgit v1.2.3-54-g00ecf