From 37b4efb9e213021ba5412d9b196094cef47dc717 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Thu, 1 Nov 2018 20:47:40 -0700 Subject: [PATCH] process: Bump version to 0.2.3 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6cd03971..9c16b601f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.2] - 2018-11-01 ### Added * `ChildStd{in, out, err}` now implement `AsRawFd`/`AsRawHandle` on Unix/Windows systems, respectively. @@ -65,7 +67,8 @@ the locally vendored `Command` type. ## 0.1.0 - 2016-09-10 - First release! -[Unreleased]: https://github.com/alexcrichton/tokio-process/compare/0.2.2...HEAD +[Unreleased]: https://github.com/alexcrichton/tokio-process/compare/0.2.3...HEAD +[0.2.3]: https://github.com/alexcrichton/tokio-process/compare/0.2.2...0.2.3 [0.2.2]: https://github.com/alexcrichton/tokio-process/compare/0.2.1...0.2.2 [0.2.1]: https://github.com/alexcrichton/tokio-process/compare/0.1.6...0.2.1 [0.1.6]: https://github.com/alexcrichton/tokio-process/compare/0.1.5...0.1.6 diff --git a/Cargo.toml b/Cargo.toml index 9592e5cea..101fda5b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "tokio-process" # - Update html_root_url. # - Update CHANGELOG.md. # - Create "X.Y.Z" git tag. -version = "0.2.2" +version = "0.2.3" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/tokio-process"