From 9da12fee5789509e99c1cb470a3402bee5db0aeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:19:17 +0200 Subject: [PATCH] Prepare release 2.0.0 (#53) 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 1e5a824..00ab83b 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] +## [2.0.0] - 2023-09-15 + ### Added - New default `std` feature enabling `thiserror` crate to handle `std::error::Error` implementation on `Error` enum @@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of the library -[Unreleased]: https://github.com/monero-rs/base58-monero/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/monero-rs/base58-monero/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/monero-rs/base58-monero/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/monero-rs/base58-monero/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/monero-rs/base58-monero/compare/v0.3.2...v1.0.0 [0.3.2]: https://github.com/monero-rs/base58-monero/compare/v0.3.1...v0.3.2 diff --git a/Cargo.toml b/Cargo.toml index b03b0cf..69db6d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "base58-monero" -version = "1.1.0" +version = "2.0.0" authors = ["Monero Rust Contributors", "h4sh3d "] documentation = "https://docs.rs/base58-monero" homepage = "https://github.com/monero-rs/base58-monero"