aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.toml2
2 files changed, 11 insertions, 1 deletions
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 <doy@tozt.net>"]
edition = "2021"