aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md15
-rw-r--r--Cargo.toml2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..48e9b70
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,15 @@
+# Changelog
+
+## [0.2.0] - 2019-10-27
+
+### Added
+
+* Added ResizingProcess type to handle subprocesses that are conceptually being
+ run in the user's terminal, and so terminal resize events should be
+ propagated into the pty automatically
+
+## [0.1.0] - 2019-10-24
+
+### Added
+
+* Initial release
diff --git a/Cargo.toml b/Cargo.toml
index dfd7067..88514a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-pty-process-stream"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"