Skip to content

Commit

Permalink
Release v0.0.5 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbornholt committed Jun 11, 2021
1 parent 8b382fa commit 12e4482
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.0.5 (June 11, 2021)

* Fix a performance regression with `tracing` introduced by #24 (#31)
* Include default features for the `rand` crate to fix compilation issues (#29)

# 0.0.4 (June 1, 2021)

* Add a timeout option to run tests for a fixed amount of time (#25)
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.4"
version = "0.0.5"
authors = ["James Bornholt <bornholt@amazon.com>", "Rajeev Joshi <jorajeev@amazon.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 12e4482

Please sign in to comment.