Skip to content

Commit

Permalink
Release v0.6.0 of protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Nov 21, 2024
1 parent dabf290 commit 8fbd69c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.6.0

* Switch out the chacha20-poly1305 implementation with the SIMD-enabled rust-bitcoin version.
* Expose underlying packet handler types in `AsyncProtocol` so callers can leverage the automatic handshake while maintaining fine grained control of the packet handling.
* Pass along more specific I/O errors to caller.

# v0.5.0

* Replace the ownership-based interface of `AsyncProtocol` with mutable references which fit in the asynchronous ecosystem better.
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bip324"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license-file = "LICENSE"
description = "Encrypted messaging over the Bitcoin P2P Protocol as specified by BIP 324"
Expand Down

0 comments on commit 8fbd69c

Please sign in to comment.