aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-10 12:30:24 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-10 12:30:24 -0500
commitbaf6def889ab54675dcc63fbaa54ac66c2f97427 (patch)
treebf9d3d5866d85fef88683b59397fd702af38458d
parent3ef4bbd899f84c0b32fef9833d5b9142baea60f3 (diff)
downloadpty-process-baf6def889ab54675dcc63fbaa54ac66c2f97427.tar.gz
pty-process-baf6def889ab54675dcc63fbaa54ac66c2f97427.zip
changelog and version bumpv0.1.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84ec938..b81df12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.1.1] - 2021-11-10
+
+### Changed
+
+* Bumped deps and moved to 2021 edition
+
## [0.1.0] - 2021-03-06
### Added
diff --git a/Cargo.toml b/Cargo.toml
index f71ce88..158fed6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pty-process"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"