Skip to content

Commit 6728fbe

Browse files
authored
Bump to 0.6.2 (#172)
1 parent c5b595d commit 6728fbe

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 0.6.2 (April 3, 2024)
2+
3+
### Added
4+
5+
- Enable tokio io driver ([#171])
6+
7+
### Fixed
8+
9+
- Make sim_elapsed function safe to call outside of simulation ([#170])
10+
11+
[#170]: https://github.com/tokio-rs/turmoil/pull/170
12+
[#171]: https://github.com/tokio-rs/turmoil/pull/171
13+
114
# 0.6.1 (January 10, 2024)
215

316
### Added

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "turmoil"
55
# - README.md
66
# - Update CHANGELOG.md
77
# - Create git tag
8-
version = "0.6.1"
8+
version = "0.6.2"
99
edition = "2021"
1010
license = "MIT"
1111
authors = ["Tokio Contributors <[email protected]>"]

0 commit comments

Comments
 (0)