Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.5 KB

File metadata and controls

55 lines (35 loc) · 2.5 KB

Changelog

0.5.0 - 2026-08-03

  • Replace encoding functions with optional-alloc Base58CkString 6505
  • Upgrade to stable bitcoin_hashes dependency

0.4.0 - 2025-01-08

  • Update to latest hashes 0.20.0

0.3.0 - 2025-12-15

  • Bump MSRV from 1.63.0 to 1.74.0 for all crates in the repo #4926

0.2.0 - 2024-12-10

  • Bump MSRV to 1.63 #3100
  • Optimize base58 on small inputs #3002
  • Add alloc feature #2996
  • Remove zeroed vector by pushing front #3227
  • Close all errors #3533
  • Bump hex-conservative to 0.3.0 #3543

0.1.101 - 2026-06-24

Bump the MSRV to Rust 1.60.0

0.1.100 - 2026-05-27 [YANKED]

This release was yanked because the MSRV bump to 1.74.0 was too aggressive for some users. See version 0.1.101 for a smaller upgrade to 1.60.0.

  • Bump MSRV to Rust 1.74.0 #6126

Note the version number jump. We jumped to v0.1.100 when doing the MSRV bump so as to leave room for a bunch of secuity releases up to this number if needed

0.1.1 - 2026-05-23

  • Remove internals dependency #6200

0.1.0 - 2024-03-14

Initial release of the base58ck crate. This crate was cut out of rust-bitcoin and cleaned up for release as a separate crate.