From 2f59a53816fb74a3406dee0f15a0453413fd3984 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:19:08 +0000 Subject: [PATCH] Prepare release 0.5.0 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00de135..43ace76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2025-10-13 + ### Added - Added `create_account` method by @mchtilianov ([#120](https://github.com/monero-rs/monero-rpc-rs/pull/120)). @@ -163,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Daemon RPC methods: - `get_transactions` -[Unreleased]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.2...v0.4.0 [0.3.2]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.0...v0.3.1 diff --git a/Cargo.toml b/Cargo.toml index e646b76..40c1ec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monero-rpc" -version = "0.4.0" +version = "0.5.0" authors = ["Artem Vorotnikov ", "Monero Rust Contributors"] edition = "2021" exclude = ["/test"]