Skip to content

Commit

Permalink
Release v0.1.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbornholt authored Apr 11, 2022
1 parent d983ac0 commit d871a74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.1.0 (April 5, 2022)

* Implement `Condvar::wait_while` and `Condvar::wait_timeout_while` (#59)
* Remove implicit `Sized` bounds on `Mutex` and `RwLock` (#62)
* Dependency updates (#58, #60)

# 0.0.7 (September 21, 2021)

* Fix a number of issues in support for async tasks (#50, #51, #52, #54)
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 = "shuttle"
version = "0.0.7"
version = "0.1.0"
edition = "2018"
license = "Apache-2.0"
description = "A library for testing concurrent Rust code"
Expand Down

0 comments on commit d871a74

Please sign in to comment.