Skip to content

Commit 541e975

Browse files
Prepare release 0.3.2 (#101)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 395c8d3 commit 541e975

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.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

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

0 commit comments

Comments
 (0)