Skip to content

Commit b19ed5e

Browse files
authored
Bump to 0.7.0 (#247)
1 parent d048f20 commit b19ed5e

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 0.7.0 (November 3, 2025)
2+
3+
### Added
4+
5+
- Add a basic cluster simulation example ([#233])
6+
- Seed tokio with the world rng ([#245])
7+
- Update deps ([#236], [#237], [#239], [#241])
8+
- Add bind drop test ([#235])
9+
10+
[#233]: https://github.com/tokio-rs/turmoil/pull/233
11+
[#235]: https://github.com/tokio-rs/turmoil/pull/235
12+
[#236]: https://github.com/tokio-rs/turmoil/pull/236
13+
[#237]: https://github.com/tokio-rs/turmoil/pull/237
14+
[#239]: https://github.com/tokio-rs/turmoil/pull/239
15+
[#241]: https://github.com/tokio-rs/turmoil/pull/241
16+
[#245]: https://github.com/tokio-rs/turmoil/pull/245
17+
18+
### Fixed
19+
20+
- Fix clippy lint violations ([#242], [#244])
21+
- Remove prost from build-dependencies ([#238])
22+
23+
[#238]: https://github.com/tokio-rs/turmoil/pull/238
24+
[#242]: https://github.com/tokio-rs/turmoil/pull/242
25+
[#244]: https://github.com/tokio-rs/turmoil/pull/244
26+
27+
### Breaking
28+
29+
- Change `Builder` to accept an rng seed ([#246])
30+
31+
[#246]: https://github.com/tokio-rs/turmoil/pull/246
32+
133
# 0.6.6 (March 10, 2025)
234

335
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "turmoil"
55
# - README.md
66
# - Update CHANGELOG.md
77
# - Create git tag
8-
version = "0.6.6"
8+
version = "0.7.0"
99
edition = "2021"
1010
license = "MIT"
1111
authors = ["Tokio Contributors <[email protected]>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add this to your `Cargo.toml`.
2929

3030
```toml
3131
[dev-dependencies]
32-
turmoil = "0.6"
32+
turmoil = "0.7"
3333
```
3434

3535
See crate documentation for simulation setup instructions.

0 commit comments

Comments
 (0)