diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ba54f..b15c67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.3.2 (2020-04-05) +### Added +* ([#22](https://github.com/dcuddeback/termios-rs/pull/22)) + Added support for NetBSD. +* ([#21](https://github.com/dcuddeback/termios-rs/pull/21)) + Added support for illumos. + ## 0.3.1 (2018-10-08) ### Added * ([#19](https://github.com/dcuddeback/termios-rs/pull/19)) @@ -1,6 +1,6 @@ [package] name = "termios" -version = "0.3.1" +version = "0.3.2" authors = ["David Cuddeback <david.cuddeback@gmail.com>"] description = "Safe bindings for the termios library." license = "MIT" |