Skip to content

Commit

Permalink
Release v0.0.3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbornholt authored Apr 13, 2021
1 parent e2630c6 commit f20d8fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.0.3 (April 13, 2021)

* Update for Rust 1.51 (#11)
* Add option to bound how many steps a test runs on each iterations (#14)
* Remove option to configure the maximum number of threads/tasks (#16, #19)
* Make `yield_now` a hint to the scheduler to allow validating busy loops (#18)
* Add `ReplayScheduler::new_from_file` (#20)

# 0.0.2 (March 19, 2021)

* Add Default impl to RwLock (#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 = "shuttle"
version = "0.0.2"
version = "0.0.3"
authors = ["James Bornholt <[email protected]>", "Rajeev Joshi <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit f20d8fb

Please sign in to comment.