Skip to content

Commit

Permalink
Bump to 0.5.6 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcches authored Jul 24, 2023
1 parent 6fd75d7 commit 4c23b66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.5.6 (July 24, 2023)

### Added

- Return io::Error instead of panicking ([#130])
- Add network manipulation capabilities to Sim ([#129])
- Tracing improvments ([#124])

[#124]: https://github.com/tokio-rs/turmoil/pull/124
[#129]: https://github.com/tokio-rs/turmoil/pull/129
[#130]: https://github.com/tokio-rs/turmoil/pull/130

# 0.5.5 (June 6, 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.5.5"
version = "0.5.6"
edition = "2021"
license = "MIT"
authors = ["Tokio Contributors <[email protected]>"]
Expand Down

0 comments on commit 4c23b66

Please sign in to comment.