aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-15 13:22:32 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-15 13:22:32 -0500
commitfcd49b4892454e3ae743f0a4255d0c718cb2eede (patch)
tree118e96d9e2baab1bf1ec399edcb8e0a70c0362d8
parentfc87abd1f60ec565d998861d94ef8415bb017d93 (diff)
downloadpty-process-fcd49b4892454e3ae743f0a4255d0c718cb2eede.tar.gz
pty-process-fcd49b4892454e3ae743f0a4255d0c718cb2eede.zip
changelog and version bumpv0.2.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
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 <doy@tozt.net>"]
edition = "2021"