Skip to content

Commit b9693a6

Browse files
authored
Bump to 0.7.1 (#262)
1 parent 4d2587e commit b9693a6

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 0.7.1 (January 29, 2026)
2+
3+
### Added
4+
5+
- Add simulated filesystem and barriers for deterministic testing ([#250], [#254])
6+
- `unstable-fs` feature: Drop-in replacements for std::fs and tokio::fs with durability simulation
7+
- `unstable-barriers` feature: Inject hooks at specific code points for deterministic test control
8+
- Add `turmoil::net::lookup_host` ([#257])
9+
- Add API to check whether we are inside a simulation ([#258])
10+
- Add `UdpSocket::try_recv` ([#255])
11+
- Add `crate::since_epoch()` API to return logical time elapsed since epoch ([#249])
12+
- Add ci to check external types ([#250])
13+
- Update to rand 0.9 ([#215])
14+
15+
[#215]: https://github.com/tokio-rs/turmoil/pull/215
16+
[#249]: https://github.com/tokio-rs/turmoil/pull/249
17+
[#250]: https://github.com/tokio-rs/turmoil/pull/250
18+
[#254]: https://github.com/tokio-rs/turmoil/pull/254
19+
[#255]: https://github.com/tokio-rs/turmoil/pull/255
20+
[#257]: https://github.com/tokio-rs/turmoil/pull/257
21+
[#258]: https://github.com/tokio-rs/turmoil/pull/258
22+
23+
### Changed
24+
25+
- Let network faults affect in-flight messages ([#252])
26+
- Provide clearer panic message when link is missing ([#261])
27+
28+
[#252]: https://github.com/tokio-rs/turmoil/pull/252
29+
[#261]: https://github.com/tokio-rs/turmoil/pull/261
30+
131
# 0.7.0 (November 3, 2025)
232

333
### 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.7.0"
8+
version = "0.7.1"
99
edition = "2021"
1010
license = "MIT"
1111
authors = ["Tokio Contributors <team@tokio.rs>"]

0 commit comments

Comments
 (0)