Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull authored Apr 27, 2024
1 parent 3936595 commit 1a20703
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 1.6.0

- Panics that occur in `unblock`ed functions are now propagated to the calling
function. (#58)
- Add a new optional `tracing` feature. When enabled, this feature adds logging
to the implementation. By default it is disabled. (#60)
- Remove the unused `fastrand` dependency. (#61)

# Version 1.5.1

- Fix compilation on WebAssembly targets (#54).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "blocking"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.5.1"
version = "1.6.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down

0 comments on commit 1a20703

Please sign in to comment.