summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2020-04-05 16:52:24 -0600
committerDavid Cuddeback <david.cuddeback@gmail.com>2020-04-05 17:02:33 -0600
commit59eeabd639567ce6bf0667fac559813bd7042176 (patch)
tree227c29466760d0f37413d98c3ede38f2890ae53b
parent2e97a02d40ab6600a4a2409c517abbcd0f7b8333 (diff)
downloadtermios-rs-59eeabd639567ce6bf0667fac559813bd7042176.zip
Release v0.3.2
-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"