summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.toml2
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))
diff --git a/Cargo.toml b/Cargo.toml
index f4a0d21..e1feb96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"