aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-08-06 20:48:58 -0400
committerJesse Luehrs <doy@tozt.net>2023-08-06 20:48:58 -0400
commit74c223df6dd285f17108c8f442d71fd5ddb9561e (patch)
tree2b16cd0e8011f669ff871d5f92adb6d86e17a957
parent1e4f4258fadabf349755c41bfb568d4331f8e2a0 (diff)
downloadpty-process-main.tar.gz
pty-process-main.zip
changelog and version bumpHEADv0.4.0main
-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"