Skip to content

Commit

Permalink
Bump to 0.6.1 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakvdm authored Jan 16, 2024
1 parent 9277434 commit ce025e2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0"
version = "0.6.1"
edition = "2021"
license = "MIT"
authors = ["Tokio Contributors <[email protected]>"]
Expand Down

0 comments on commit ce025e2

Please sign in to comment.