Skip to content

Commit

Permalink
bumps version to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Mar 20, 2016
1 parent f70ce98 commit 73534be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.3.3 (2016-03-20)
### Added
* Added support for OpenBSD.
* ([#10](https://github.com/dcuddeback/serial-rs/issues/10))
Added support for OS-specific baud rates for termios-based serial ports.
* ([#10](https://github.com/dcuddeback/serial-rs/issues/10))
Added `BaudRate::from_speed()` constructor.

## 0.3.2 (2015-11-05)
### Changed
* Upgraded `libc` dependency to v0.2.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serial"
version = "0.3.2"
version = "0.3.3"
authors = ["David Cuddeback <[email protected]>"]
description = "Rust library for accessing serial ports."
homepage = "https://github.com/dcuddeback/serial-rs"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ termios API. The following platforms are confirmed to be compatible:
* Linux (x86_64, armv6l)
* OS X (x86_64)
* FreeBSD (amd64)
* OpenBSD (amd64)
* Windows (x86_64)

Compiling the `serial` crate requires Rust 1.3 or later.
Expand Down

0 comments on commit 73534be

Please sign in to comment.