Skip to content

Commit

Permalink
bumps version to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Jun 2, 2016
1 parent bbfb4c8 commit a98a4ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.3.4 (2016-06-01)
### Fixed
* ([#16](https://github.com/dcuddeback/serial-rs/issues/16))
Added missing `Send` implementation for Windows COM ports.
* ([#18](https://github.com/dcuddeback/serial-rs/issues/18))
Fixed bug to allow opening non-standard Windows COM ports by name.
* ([#27](https://github.com/dcuddeback/serial-rs/issues/18))
Added missing `Debug` implementation for Unix TTY port settings.

## 0.3.3 (2016-03-20)
### Added
* Added support for OpenBSD.
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.3"
version = "0.3.4"
authors = ["David Cuddeback <[email protected]>"]
description = "Rust library for accessing serial ports."
homepage = "https://github.com/dcuddeback/serial-rs"
Expand Down

0 comments on commit a98a4ad

Please sign in to comment.