From ce025e2503ba45b375a1b9ed05eb6e3526656eb4 Mon Sep 17 00:00:00 2001 From: Zak van der Merwe Date: Tue, 16 Jan 2024 07:25:52 -0800 Subject: [PATCH] Bump to 0.6.1 (#166) --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 453fc05..fd30dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.6.1 (January 10, 2024) + +### Added + +- Documentation on using tracing with Turmoil ([#155] [#164]) +- Add a check for port exhaustion ([#157]) +- Add `turmoil::sim_elapsed`` for retrieving total simulation virtual time ([#164]) +- Update Axum example to use axum 0.7 and hyper 1 ([#154]) + +[#154]: https://github.com/tokio-rs/turmoil/pull/154 +[#155]: https://github.com/tokio-rs/turmoil/pull/155 +[#157]: https://github.com/tokio-rs/turmoil/pull/157 +[#164]: https://github.com/tokio-rs/turmoil/pull/164 + # 0.6.0 (November 17, 2023) ### Added diff --git a/Cargo.toml b/Cargo.toml index 0de522e..4d02bb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "turmoil" # - README.md # - Update CHANGELOG.md # - Create git tag -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT" authors = ["Tokio Contributors "]