Bump to v1.3.0

This commit is contained in:
Taiki Endo 2021-11-10 20:40:38 +09:00
parent c8bdbc1de6
commit 327f176ba4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.3.0
- Improve debug implementation of `Command` (#18)
# Version 1.2.0
- Implement `AsRawHandle` on `Child` on `Windows` (#17)

View File

@ -3,7 +3,7 @@ name = "async-process"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.2.0"
version = "1.3.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async interface for working with processes"