prep release

This commit is contained in:
softprops
2020-01-05 17:09:31 -05:00
parent 22c6517731
commit 172012a6d7
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
# 0.2.14
* add support for [RustyHermit](https://github.com/hermitcore/libhermit-rs), a Rust-based unikernel [#41](https://github.com/softprops/atty/pull/41)
# 0.2.13
* support older versions of rust that do now support 2018 edition
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "atty"
version = "0.2.13"
version = "0.2.14"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A simple interface for querying atty"
documentation = "http://softprops.github.io/atty"