Skip to content

Latest commit

 

History

History
100 lines (64 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

100 lines (64 loc) · 2.72 KB

Changelog

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

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 - 2023-01-02

Changed

  • Update dependencies futures-utils, tokio, and thiserror

1.0.0 - 2022-06-27

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 - 2021-11-15

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 - 2021-10-13

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 - 2021-04-30

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 - 2020-01-16

Changed

  • Documentation and file tracking for crates.io releases

0.1.0 - 2020-01-09

Added

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