Skip to content

Commit

Permalink
Prepare release 1.0.0 (#79)
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 Jun 27, 2022
1 parent b9ff7fc commit dc0d41b
Show file tree
Hide file tree
Showing 3 changed files with 8 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.0] - 2022-06-27

### Changed

- Bump clap from 2.33.3 to 3.2.6
Expand Down Expand Up @@ -69,7 +71,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.2...HEAD
[Unreleased]: https://github.com/monero-rs/base58m/compare/v1.0.0...HEAD
[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
[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
Expand Down
4 changes: 3 additions & 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 = "0.2.2"
version = "1.0.0"
authors = ["Monero Rust Contributors", "h4sh3d <[email protected]>"]
edition = "2018"
homepage = "https://github.com/monero-rs/base58m"
Expand Down

0 comments on commit dc0d41b

Please sign in to comment.