Skip to content

Commit d4b1c28

Browse files
jorajeevRajeev Joshi
andauthored
Release 0.3.0 (#80)
Co-authored-by: Rajeev Joshi <{ID}+{username}@users.noreply.github.com>
1 parent 2c3ba18 commit d4b1c28

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.3.0 (August 29, 2022)
2+
3+
Note that clients using async primitives provided by Shuttle (task `spawn`, `block_on`, `yield_now`) will
4+
need to be updated due to the renaming of the `asynch` module to `future` in this release.
5+
6+
* Rust 2021 conversion and dependency bumps (#76)
7+
* Implement `thread::park` and `thread::unpark` (#77)
8+
* Implement `std::hint` (#78)
9+
* Rename the `asynch` module to `future` (#79)
10+
111
# 0.2.0 (July 7, 2022)
212

313
Note that failing test schedules created by versions of Shuttle before 0.2.0 will not successfully
@@ -58,4 +68,4 @@ scheduling decisions.
5868

5969
# 0.0.1 (March 2, 2021)
6070

61-
* Initial release
71+
* Initial release

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A library for testing concurrent Rust code"

0 commit comments

Comments
 (0)