Skip to content

Commit

Permalink
Release version 0.18.0 (#117)
Browse files Browse the repository at this point in the history
Prepare release 0.18.0

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 5, 2022
1 parent 6676ac2 commit 651d4ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "monero"
version = "0.17.2"
version = "0.18.0"
authors = ["Monero Rust Contributors", "h4sh3d <h4sh3d@protonmail.com>"]
documentation = "https://docs.rs/monero"
homepage = "https://github.com/monero-rs/monero-rs"
Expand Down

0 comments on commit 651d4ad

Please sign in to comment.