Skip to content

Commit

Permalink
bumps version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Oct 4, 2015
1 parent b06e333 commit 69c279f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.2.1 (2015-10-03)
### Added
* ([#7](https://github.com/dcuddeback/serial-rs/issues/7))
Added `SystemPort` type alias for native serial port type.

## 0.2.0 (2015-06-21)
### Added
* Added `SerialDevice` trait as implementation trait for new serial port types. All types that
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "serial"
version = "0.2.0"
version = "0.2.1"
authors = ["David Cuddeback <david.cuddeback@gmail.com>"]
description = "Rust library for accessing serial ports."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add `serial` as a dependency in `Cargo.toml`:

```toml
[dependencies]
serial = "0.2.0"
serial = "0.2.1"
```

Import the `serial` crate and everything from the `serial::prelude` module. The traits in the
Expand Down

0 comments on commit 69c279f

Please sign in to comment.