From fcd49b4892454e3ae743f0a4255d0c718cb2eede Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 15 Dec 2021 13:22:32 -0500 Subject: changelog and version bump --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 481e622..62c4472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.2.0] - 2021-12-15 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 6a2d02c..592a97e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pty-process" -version = "0.1.1" +version = "0.2.0" authors = ["Jesse Luehrs "] edition = "2021" -- cgit v1.2.3-54-g00ecf