Skip to content

Commit

Permalink
bumps version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Oct 16, 2015
1 parent ba2024e commit aea2b79
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.0 (2015-10-15)
### Added
* Added support for FreeBSD.

### Changed
* Replaced dependence on `time` crate with `std::time`.
* Minimum supported version of Rust is now 1.3.0.

## 0.2.1 (2015-10-03)
### Added
* ([#7](https://github.com/dcuddeback/serial-rs/issues/7))
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.2.1"
version = "0.3.0"
authors = ["David Cuddeback <[email protected]>"]
description = "Rust library for accessing serial ports."
homepage = "https://github.com/dcuddeback/serial-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add `serial` as a dependency in `Cargo.toml`:

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

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

0 comments on commit aea2b79

Please sign in to comment.