From 6728fbeea09b1486c16b0d635c400ae2b276a6a8 Mon Sep 17 00:00:00 2001 From: Brett McChesney <39924297+mcches@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:18:40 -0600 Subject: [PATCH] Bump to 0.6.2 (#172) --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd30dbf..510e05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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://github.com/tokio-rs/turmoil/pull/170 +[#171]: https://github.com/tokio-rs/turmoil/pull/171 + # 0.6.1 (January 10, 2024) ### Added diff --git a/Cargo.toml b/Cargo.toml index 4d02bb9..6474d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "]