File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed 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.5.0] - 2025-10-13
11+
1012### Added
1113
1214- Added ` create_account ` method by @mchtilianov ([ #120 ] ( https://github.com/monero-rs/monero-rpc-rs/pull/120 ) ).
@@ -164,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164166- Daemon RPC methods:
165167 - ` get_transactions `
166168
167- [ Unreleased ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.4.0...HEAD
169+ [ unreleased ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.5.0...HEAD
170+ [ 0.5.0 ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.4.0...v0.5.0
168171[ 0.4.0 ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.2...v0.4.0
169172[ 0.3.2 ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.1...v0.3.2
170173[ 0.3.1 ] : https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change 11[package ]
22name = " monero-rpc"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [" Artem Vorotnikov <artem@vorotnikov.me>" , " Monero Rust Contributors" ]
55edition = " 2021"
66exclude = [" /test" ]
You can’t perform that action at this time.
0 commit comments