Skip to content

Commit dc0d41b

Browse files
Prepare release 1.0.0 (#79)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b9ff7fc commit dc0d41b

3 files changed

Lines changed: 8 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.0] - 2022-06-27
11+
1012
### Changed
1113

1214
- Bump clap from 2.33.3 to 3.2.6
@@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6971

7072
- `base58m` binary with support for encoding/decoding Monero base58 data with checksum support
7173

72-
[Unreleased]: https://github.com/monero-rs/base58m/compare/v0.2.2...HEAD
74+
[Unreleased]: https://github.com/monero-rs/base58m/compare/v1.0.0...HEAD
75+
[1.0.0]: https://github.com/monero-rs/base58m/compare/v0.2.2...v1.0.0
7376
[0.2.2]: https://github.com/monero-rs/base58m/compare/v0.2.1...v0.2.2
7477
[0.2.1]: https://github.com/monero-rs/base58m/compare/v0.2.0...v0.2.1
7578
[0.2.0]: https://github.com/monero-rs/base58m/compare/v0.1.1...v0.2.0

Cargo.lock

Lines changed: 3 additions & 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 = "0.2.2"
3+
version = "1.0.0"
44
authors = ["Monero Rust Contributors", "h4sh3d <h4sh3d@protonmail.com>"]
55
edition = "2018"
66
homepage = "https://github.com/monero-rs/base58m"

0 commit comments

Comments
 (0)