Skip to content

Commit

Permalink
Bump to 0.6.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjscho authored Nov 17, 2023
1 parent 082c8d8 commit 265606d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.6.0 (November 17, 2023)

### Added

- Documentation to the sim builder ([#152])

### Fixed

- Avoid trying to spawn on teardown when rt is gone ([#153])
- Deliver loopback packets in the next step ([#153])

### Breaking

- Remove `rng` from sim builder as it wasn't applied when building.
This is technically a bug fix, but will break consumers.
Use `build_with_rng` instead ([#150])

[#150]: https://github.com/tokio-rs/turmoil/pull/150
[#152]: https://github.com/tokio-rs/turmoil/pull/152
[#153]: https://github.com/tokio-rs/turmoil/pull/153

# 0.5.8 (November 6, 2023)

### Fixed
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.5.8"
version = "0.6.0"
edition = "2021"
license = "MIT"
authors = ["Tokio Contributors <[email protected]>"]
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.5"
turmoil = "0.6"
```

See crate documentation for simulation setup instructions.
Expand Down

0 comments on commit 265606d

Please sign in to comment.