From f07bac1d72b71d87a903b7c824f2b759fa2a973f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:16:47 +0100 Subject: [PATCH] Prepare release 0.2.2 (#36) 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 ec88e1c..ebeb7b3 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.2.2] - 2021-11-15 + ### Changed - Bump base58-monero from `0.3.1` to `0.3.2` ([#34](https://github.com/monero-rs/base58m/pull/34)) @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `base58m` binary with support for encoding/decoding Monero base58 data with checksum support -[Unreleased]: https://github.com/monero-rs/base58m/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/monero-rs/base58m/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/monero-rs/base58m/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/monero-rs/base58m/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/monero-rs/base58m/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/monero-rs/base58m/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index 11d043b..9e2dfa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "base58m" -version = "0.2.1" +version = "0.2.2" authors = [ "h4sh3d " ] edition = "2018" homepage = "https://github.com/monero-rs/base58m"