File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.2] - 2022-12-13
11+
1012### Removed
1113
1214- Disable chrono default features by @silverpill ([ #87 ] ( https://github.com/monero-rs/monero-rpc-rs/pull/87 ) )
@@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127129- Daemon RPC methods:
128130 - ` get_transactions `
129131
130- [ Unreleased ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.1...HEAD
132+ [ Unreleased ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.2...HEAD
133+ [ 0.3.2 ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.1...v0.3.2
131134[ 0.3.1 ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.0...v0.3.1
132135[ 0.3.0 ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.2.0...v0.3.0
133136[ 0.2.0 ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 11[package ]
22name = " monero-rpc"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44authors = [" Artem Vorotnikov <artem@vorotnikov.me>" , " Monero Rust Contributors" ]
55edition = " 2018"
66exclude = [" /test" ]
You can’t perform that action at this time.
0 commit comments