Skip to content

Commit a440a84

Browse files
Prepare release 1.0.1 (#137)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d77207 commit a440a84

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.1] - 2023-01-02
11+
1012
### Changed
1113

1214
- Update dependencies `futures-utils`, `tokio`, and `thiserror`
@@ -75,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7577

7678
- `base58m` binary with support for encoding/decoding Monero base58 data with checksum support
7779

78-
[Unreleased]: https://github.com/monero-rs/base58m/compare/v1.0.0...HEAD
80+
[Unreleased]: https://github.com/monero-rs/base58m/compare/v1.0.1...HEAD
81+
[1.0.1]: https://github.com/monero-rs/base58m/compare/v1.0.0...v1.0.1
7982
[1.0.0]: https://github.com/monero-rs/base58m/compare/v0.2.2...v1.0.0
8083
[0.2.2]: https://github.com/monero-rs/base58m/compare/v0.2.1...v0.2.2
8184
[0.2.1]: https://github.com/monero-rs/base58m/compare/v0.2.0...v0.2.1

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.0"
3+
version = "1.0.1"
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)