Skip to content

Commit

Permalink
Prepare for 1.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Sep 6, 2017
1 parent 22f6e56 commit 8570712
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 1.7.0

* [Introduce `threadpool::Builder`](https://github.com/rust-threadpool/rust-threadpool/pull/83)
* [Add more hyperlinks to documentation](https://github.com/rust-threadpool/rust-threadpool/pull/87)
* [Add keywords and categories to Cargo.toml](https://github.com/rust-threadpool/rust-threadpool/pull/88)

## 1.6.0

* [Implement `PartialEq` and `Eq` for `ThreadPool`](https://github.com/rust-threadpool/rust-threadpool/pull/81)
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 = "threadpool"
version = "1.6.0"
version = "1.7.0"
authors = ["The Rust Project Developers", "Corey Farwell <coreyf@rwell.org>", "Stefan Schindler <dns2utf8@estada.ch>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 8570712

Please sign in to comment.