aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-08 12:46:17 -0500
committerJesse Luehrs <doy@tozt.net>2023-03-08 12:46:17 -0500
commit497a963aa7495216bed718d9020990ab650e8813 (patch)
treee8c7af22b0771b2017b1165ec97f88645b3587cf
parent8819a3afd8e2fa6bbc1788e7de3f69e2cc0d8fa8 (diff)
downloadpty-process-497a963aa7495216bed718d9020990ab650e8813.tar.gz
pty-process-497a963aa7495216bed718d9020990ab650e8813.zip
changelog and version bumpv0.3.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 467fc45..bb2cfae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [Unreleased]
+## [0.3.0] - 2023-03-08
### Changed
diff --git a/Cargo.toml b/Cargo.toml
index 731065d..7549aea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pty-process"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"