Skip to content

Commit

Permalink
Prepare release 1.0.1 (#137)
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 Jan 2, 2023
1 parent 2d77207 commit a440a84
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.1] - 2023-01-02

### Changed

- Update dependencies `futures-utils`, `tokio`, and `thiserror`
Expand Down Expand Up @@ -75,7 +77,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.0...HEAD
[Unreleased]: https://github.com/monero-rs/base58m/compare/v1.0.1...HEAD
[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
[0.2.1]: https://github.com/monero-rs/base58m/compare/v0.2.0...v0.2.1
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.0"
version = "1.0.1"
authors = ["Monero Rust Contributors", "h4sh3d <[email protected]>"]
edition = "2018"
homepage = "https://github.com/monero-rs/base58m"
Expand Down

0 comments on commit a440a84

Please sign in to comment.