Skip to content

Commit

Permalink
Prepare release 1.0.2 (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 18, 2023
1 parent a37bd56 commit b4ab42a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.2] - 2023-09-18

### Added

- Cache for build jobs in CI
Expand Down Expand Up @@ -87,7 +89,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/v1.0.1...HEAD
[Unreleased]: https://github.com/monero-rs/base58m/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/monero-rs/base58m/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/monero-rs/base58m/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/monero-rs/base58m/compare/v0.2.2...v1.0.0
[0.2.2]: https://github.com/monero-rs/base58m/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "base58m"
version = "1.0.1"
version = "1.0.2"
authors = ["Monero Rust Contributors", "h4sh3d <[email protected]>"]
edition = "2021"
homepage = "https://github.com/monero-rs/base58m"
Expand Down

0 comments on commit b4ab42a

Please sign in to comment.