All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning as described in The Cargo Book.
1.0.2 - 2023-09-18
- Cache for build jobs in CI
- Migrate to Rust edition 2021
- Bump monero base58 to version 2
- Bump MSRV to Rust
1.63.0
1.0.1 - 2023-01-02
- Update dependencies
futures-utils
,tokio
, andthiserror
1.0.0 - 2022-06-27
- Bump clap from 2.33.3 to 3.2.6
- Bump base58-monero from 0.3.2 to 1.0.0
- Bump MSRV from 1.45.2 to 1.56.1
- Bump tokio from 1.13.0 to 1.19.2
- Bump shared workflows to v2
- Bump thiserror from 1.0.30 to 1.0.31
- Bump async-stream from 0.3.2 to 0.3.3
- Bump futures-util from 0.3.17 to 0.3.21
0.2.2 - 2021-11-15
0.2.1 - 2021-10-13
- Add test jobs for basic encode/decode with and without check mode
- New automated release system based on monero-rs/workflows
- Documentation in README
- Update
base58-monero
to0.3.1
- Update
futures-util
to0.3.17
- Update
async-stream
to0.3.2
0.2.0 - 2021-04-30
- Add
dependabot
and switch to GitHub Actions for the CI
- Update
base58-monero
to0.3.0
- Update
tokio
to1
- Rename project from
base58m-rs
tobase58m
- Improve
Error
implementation - Improve documentation
- Clap now uses the
crate_version!()
macro to display the binary version
0.1.1 - 2020-01-16
- Documentation and file tracking for crates.io releases
0.1.0 - 2020-01-09
base58m
binary with support for encoding/decoding Monero base58 data with checksum support