Skip to content

Commit b4ab42a

Browse files
Prepare release 1.0.2 (#177)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a37bd56 commit b4ab42a

3 files changed

Lines changed: 6 additions & 3 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+
## [1.0.2] - 2023-09-18
11+
1012
### Added
1113

1214
- Cache for build jobs in CI
@@ -87,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8789

8890
- `base58m` binary with support for encoding/decoding Monero base58 data with checksum support
8991

90-
[Unreleased]: https://github.com/monero-rs/base58m/compare/v1.0.1...HEAD
92+
[Unreleased]: https://github.com/monero-rs/base58m/compare/v1.0.2...HEAD
93+
[1.0.2]: https://github.com/monero-rs/base58m/compare/v1.0.1...v1.0.2
9194
[1.0.1]: https://github.com/monero-rs/base58m/compare/v1.0.0...v1.0.1
9295
[1.0.0]: https://github.com/monero-rs/base58m/compare/v0.2.2...v1.0.0
9396
[0.2.2]: https://github.com/monero-rs/base58m/compare/v0.2.1...v0.2.2

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "1.0.1"
3+
version = "1.0.2"
44
authors = ["Monero Rust Contributors", "h4sh3d <h4sh3d@protonmail.com>"]
55
edition = "2021"
66
homepage = "https://github.com/monero-rs/base58m"

0 commit comments

Comments
 (0)