Skip to content

Commit

Permalink
Prepare release 0.3.1 (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 12, 2022
1 parent a577323 commit b33ee74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2022-12-12

### Changed

- Rollback Monero library bump from `0.18` to `0.17`
Expand Down Expand Up @@ -125,7 +127,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.3.0...HEAD
[Unreleased]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/monero-rs/monero-rpc-rs/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/monero-rs/monero-rpc-rs/compare/363c433023318877e9d397dbe2b50bdf88cdee9d...v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monero-rpc"
version = "0.3.0"
version = "0.3.1"
authors = ["Artem Vorotnikov <[email protected]>", "Monero Rust Contributors"]
edition = "2018"
exclude = ["/test"]
Expand Down

0 comments on commit b33ee74

Please sign in to comment.