Skip to content

Commit b33ee74

Browse files
Prepare release 0.3.1 (#98)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a577323 commit b33ee74

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.3.1] - 2022-12-12
11+
1012
### Changed
1113

1214
- Rollback Monero library bump from `0.18` to `0.17`
@@ -125,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125127
- Daemon RPC methods:
126128
- `get_transactions`
127129

128-
[Unreleased]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.0...HEAD
130+
[Unreleased]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.1...HEAD
131+
[0.3.1]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.0...v0.3.1
129132
[0.3.0]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.2.0...v0.3.0
130133
[0.2.0]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.1.0...v0.2.0
131134
[0.1.0]: https://github.com/monero-rs/monero-rpc-rs/compare/363c433023318877e9d397dbe2b50bdf88cdee9d...v0.1.0

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.3.0"
3+
version = "0.3.1"
44
authors = ["Artem Vorotnikov <artem@vorotnikov.me>", "Monero Rust Contributors"]
55
edition = "2018"
66
exclude = ["/test"]

0 commit comments

Comments
 (0)