Skip to content

Commit f07bac1

Browse files
Prepare release 0.2.2 (#36)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dac57ce commit f07bac1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.2] - 2021-11-15
11+
1012
### Changed
1113

1214
- 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
5658

5759
- `base58m` binary with support for encoding/decoding Monero base58 data with checksum support
5860

59-
[Unreleased]: https://github.com/monero-rs/base58m/compare/v0.2.1...HEAD
61+
[Unreleased]: https://github.com/monero-rs/base58m/compare/v0.2.2...HEAD
62+
[0.2.2]: https://github.com/monero-rs/base58m/compare/v0.2.1...v0.2.2
6063
[0.2.1]: https://github.com/monero-rs/base58m/compare/v0.2.0...v0.2.1
6164
[0.2.0]: https://github.com/monero-rs/base58m/compare/v0.1.1...v0.2.0
6265
[0.1.1]: https://github.com/monero-rs/base58m/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base58m"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = [ "h4sh3d <h4sh3d@protonmail.com>" ]
55
edition = "2018"
66
homepage = "https://github.com/monero-rs/base58m"

0 commit comments

Comments
 (0)