Skip to content

Commit

Permalink
Bump to 0.6.2 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcches authored Apr 3, 2024
1 parent c5b595d commit 6728fbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.6.2 (April 3, 2024)

### Added

- Enable tokio io driver ([#171])

### Fixed

- Make sim_elapsed function safe to call outside of simulation ([#170])

[#170]: https:/tokio-rs/turmoil/pull/170
[#171]: https:/tokio-rs/turmoil/pull/171

# 0.6.1 (January 10, 2024)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "turmoil"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
version = "0.6.1"
version = "0.6.2"
edition = "2021"
license = "MIT"
authors = ["Tokio Contributors <[email protected]>"]
Expand Down

0 comments on commit 6728fbe

Please sign in to comment.