Skip to content

Latest commit

 

History

History
142 lines (68 loc) · 6.76 KB

CHANGELOG.md

File metadata and controls

142 lines (68 loc) · 6.76 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.0 (2024-10-10)

⚠ BREAKING CHANGES

  • Renames Base58 trait to MBase58 trait to avoid confusion with actual base58 encoding

Features

  • Upgrade borsh to 1.5.0
  • Renames Base58 trait to MBase58 trait to avoid confusion with actual base58 encoding

0.7.0 (2023-12-06)

Features

  • upgrade borsch to official release 1.2

0.6.1 (2023-09-27)

Features

0.6.0 (2023-09-26)

⚠ BREAKING CHANGES

  • Changes the ByteArray trait.

  • rename from_bytes to from_canonical_bytes (#60) (17684d4)

0.5.1 (2023-08-02)

Features

  • removed password error for safe password (#58) (c067263)

0.5.0 (2023-07-13)

Features

0.4.10 (2022-11-23)

Features

0.4.9 (2022-11-18)

Features

0.4.8 (2022-10-05)

Features

0.4.7 (2022-10-03)

0.4.6 (2022-08-29)

Bug Fixes

  • a slightly changed signature of impl From<String> for SafePassword to be a bit more generic (#47) (3fba4df)

0.4.5 (2022-07-26)

Features

0.4.4 (2022-06-14)

Features

  • added hex module with a serializer and deserializer 94c1452
  • ByteArray trait is implemented for byte arrays of all sizes 7f424dd
  • added Hidden wrapper f1010ba

0.4.3 (2022-04-29)

Bug Fixes

  • reduce serde_json dependency (4e64c76)
  • reduce thiserror dependency (cc0f518)

0.4.2 (2022-04-12)

Bug Fixes

  • reduce min serde version (dbbbca0)

0.4.1 (2022-04-12)

  • remove unused dependencies

0.4.0 (2022-04-06)

⚠ BREAKING CHANGES

  • remove chrono dependency, remove extend bytes (#25)

Features

0.3.1 (2022-03-11)

Features

Bug Fixes

  • add clock feature to chrono (#17) (f8046bc)
  • avoid implicit time dependency (#16) (d9bd1f9)
  • byte_array: remove unnecessary allocation in to_hex (#19) (b1ba343)
  • source coverage is broken with latest nightly (5a1e4b1)