Skip to content

Commit

Permalink
Release 0.3.0 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Rajeev Joshi <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
jorajeev and Rajeev Joshi authored Sep 1, 2022
1 parent 2c3ba18 commit d4b1c28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.3.0 (August 29, 2022)

Note that clients using async primitives provided by Shuttle (task `spawn`, `block_on`, `yield_now`) will
need to be updated due to the renaming of the `asynch` module to `future` in this release.

* Rust 2021 conversion and dependency bumps (#76)
* Implement `thread::park` and `thread::unpark` (#77)
* Implement `std::hint` (#78)
* Rename the `asynch` module to `future` (#79)

# 0.2.0 (July 7, 2022)

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

# 0.0.1 (March 2, 2021)

* Initial release
* Initial release
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.2.0"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
description = "A library for testing concurrent Rust code"
Expand Down

0 comments on commit d4b1c28

Please sign in to comment.