Skip to content

Commit 08bb2f0

Browse files
Prepare release 0.2.0 (#73)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8601bf9 commit 08bb2f0

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.2.0] - 2022-07-29
11+
1012
### Added
1113

1214
- Add tests for types implementing `HashType` in `utils.rs` ([#59](https://github.com/monero-ecosystem/monero-rpc-rs/pull/59))
@@ -42,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4244
- Change any use of `SubAddressIndex` to `SubaddressIndex` ([#55](https://github.com/monero-ecosystem/monero-rpc-rs/pull/55))
4345
- Change `HashType`'s `from_str` implementation for `Vec<u8>` in order to accept inputs starting with `0x` ([#61](https://github.com/monero-ecosystem/monero-rpc-rs/pull/61))
4446
- Change `HashType`'s `bytes` implementation by adding `AsRef<[u8]>` as a trait bound and returning the `as_ref` implementation ([#61](https://github.com/monero-ecosystem/monero-rpc-rs/pull/61))
45-
- Change any use of `SubaddressIndex` to subaddress::Index` ([#62](https://github.com/monero-ecosystem/monero-rpc-rs/pull/62))
47+
- Change any use of `SubaddressIndex` to subaddress::Index\` ([#62](https://github.com/monero-ecosystem/monero-rpc-rs/pull/62))
4648
- Change types of `address` and `account` indices to use `u32` instead of u64 ([#62](https://github.com/monero-ecosystem/monero-rpc-rs/pull/62))
4749
- Change `label_address` to receive an argument named `index` of type `subaddress::Index` instead of receiving the arguments `account_index` and `address_index`, both of type `u64` ([#62](https://github.com/monero-ecosystem/monero-rpc-rs/pull/62))
4850
- Change `get_address_index` to return `anyhow::Result<subaddress::Index>` instead of `anyhow::Result<(u64, u64)>` ([#62](https://github.com/monero-ecosystem/monero-rpc-rs/pull/62))
@@ -102,5 +104,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102104
- Daemon RPC methods:
103105
- `get_transactions`
104106

105-
[Unreleased]: https://github.com/monero-ecosystem/monero-rpc-rs/compare/v0.1.0...HEAD
107+
[Unreleased]: https://github.com/monero-ecosystem/monero-rpc-rs/compare/v0.2.0...HEAD
108+
[0.2.0]: https://github.com/monero-ecosystem/monero-rpc-rs/compare/v0.1.0...v0.2.0
106109
[0.1.0]: https://github.com/monero-ecosystem/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.1.0"
3+
version = "0.2.0"
44
authors = ["Artem Vorotnikov <artem@vorotnikov.me>", "Monero Rust Contributors"]
55
edition = "2018"
66
exclude = ["/test"]

0 commit comments

Comments
 (0)