Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zak van der Merwe committed Jan 11, 2024
1 parent 9277434 commit 54d9ceb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.7.0 (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])

### Fixed

- 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.7.0"
edition = "2021"
license = "MIT"
authors = ["Tokio Contributors <team@tokio.rs>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add this to your `Cargo.toml`.

```toml
[dev-dependencies]
turmoil = "0.6"
turmoil = "0.7"
```

See crate documentation for simulation setup instructions.
Expand Down

0 comments on commit 54d9ceb

Please sign in to comment.