Skip to content

Commit bde54b5

Browse files
Prepare release 0.5.0 (#156)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e4832e3 commit bde54b5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "monero-rpc"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Artem Vorotnikov <artem@vorotnikov.me>", "Monero Rust Contributors"]
55
edition = "2021"
66
exclude = ["/test"]

0 commit comments

Comments
 (0)