Skip to content

Releases: monero-rs/base58m

1.0.2

18 Sep 08:26
b4ab42a
Compare
Choose a tag to compare

Added

  • Cache for build jobs in CI

Changed

  • Migrate to Rust edition 2021
  • Bump monero base58 to version 2
  • Bump MSRV to Rust 1.63.0

1.0.1

02 Jan 16:07
a440a84
Compare
Choose a tag to compare

Changed

  • Update dependencies futures-utils, tokio, and thiserror

1.0.0

27 Jun 16:14
dc0d41b
Compare
Choose a tag to compare

Changed

  • 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

15 Nov 14:19
f07bac1
Compare
Choose a tag to compare

Changed

  • Bump base58-monero from 0.3.1 to 0.3.2 (#34)
  • Bump tokio from 1.12.0 to 1.13.0 (#30)

0.2.1

13 Oct 15:32
758db43
Compare
Choose a tag to compare

Added

  • Add test jobs for basic encode/decode with and without check mode
  • New automated release system based on monero-rs/workflows
  • Documentation in README

Changed

  • Update base58-monero to 0.3.1
  • Update futures-util to 0.3.17
  • Update async-stream to 0.3.2

0.2.0

30 Apr 10:38
a7ff4f3
Compare
Choose a tag to compare

Added

  • Add dependabot and switch to GitHub Actions for the CI

Changed

  • Update base58-monero to 0.3.0
  • Update tokio to 1
  • Rename project from base58m-rs to base58m
  • Improve Error implementation
  • Improve documentation

Fixed

  • Clap now uses the crate_version!() macro to display the binary version

0.1.1

16 Jan 22:45
f87c101
Compare
Choose a tag to compare

Changed

  • Documentation and file tracking for crates.io releases

0.1.0

09 Jan 01:22
3ebc6ea
Compare
Choose a tag to compare

Initial release 🎉

Added

  • base58m binary with support for encoding/decoding Monero base58 data with checksum support