File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.4.2
9+
10+ ## Fixed
11+
12+ - Unchecked division in average fee rate calculation
13+
814## 0.4.1
915
1016## Added
Original file line number Diff line number Diff line change 11[package ]
22name = " bip157"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44authors = [" Rob <rob@2140.dev>" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pub(crate) mod reader;
4040pub ( crate ) mod socks;
4141
4242pub const PROTOCOL_VERSION : u32 = 70016 ;
43- pub const KYOTO_VERSION : & str = "0.4.1 " ;
43+ pub const KYOTO_VERSION : & str = "0.4.2 " ;
4444pub const RUST_BITCOIN_VERSION : & str = "0.32.8" ;
4545
4646const THIRTY_MINS : Duration = Duration :: from_secs ( 60 * 30 ) ;
You can’t perform that action at this time.
0 commit comments