From 74c223df6dd285f17108c8f442d71fd5ddb9561e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 6 Aug 2023 20:48:58 -0400 Subject: changelog and version bump --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2cfae..7fe7068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.0] - 2023-08-06 + +### Changed + +* Switch from nix to rustix, for hopefully better portability + +### Added + +* Implemented AsRawFd for the Pty structs + ## [0.3.0] - 2023-03-08 ### Changed diff --git a/Cargo.toml b/Cargo.toml index f6c4e07..f681711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pty-process" -version = "0.3.0" +version = "0.4.0" authors = ["Jesse Luehrs "] edition = "2021" -- cgit v1.2.3-54-g00ecf