diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8983b..4e9673f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index d3cd562..aa2cbb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atty" -version = "0.2.13" +version = "0.2.14" authors = ["softprops "] description = "A simple interface for querying atty" documentation = "http://softprops.github.io/atty"