From 651d4ad0ac4f5eeab80dd30718fc1fe6e227e883 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 11:05:34 +0200 Subject: [PATCH] Release version 0.18.0 (#117) Prepare release 0.18.0 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ffd88f..80981e2 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.18.0] - 2022-09-05 + ### Added - Change `u64` and `VarInt` to `Amount` where it makes sense to by [@LeoNero](https://github.com/LeoNero) ([#113](https://github.com/monero-rs/monero-rs/pull/113)) @@ -259,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Address and subaddress creation, de/serialization and validation - Private keys and one-time keys creation, de/serialization and validation -[Unreleased]: https://github.com/monero-rs/monero-rs/compare/v0.17.2...HEAD +[Unreleased]: https://github.com/monero-rs/monero-rs/compare/v0.18.0...HEAD +[0.18.0]: https://github.com/monero-rs/monero-rs/compare/v0.17.2...v0.18.0 [0.17.2]: https://github.com/monero-rs/monero-rs/compare/v0.17.1...v0.17.2 [0.17.1]: https://github.com/monero-rs/monero-rs/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/monero-rs/monero-rs/compare/v0.16.0...v0.17.0 diff --git a/Cargo.toml b/Cargo.toml index 2ea85b1..c05dd7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monero" -version = "0.17.2" +version = "0.18.0" authors = ["Monero Rust Contributors", "h4sh3d "] documentation = "https://docs.rs/monero" homepage = "https://github.com/monero-rs/monero-rs"