Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 2.08 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.

[Unreleased]

0.8.1 - 2024-08-23

Added

  • Added a function to open near app on the connected Ledger device (#23)

0.8.0 - 2024-08-21

Added

  • [breaking] remove direct near dependencies from near-ledger (#22)

Other

  • [breaking] updated near-* to 0.25.0 (#20)

0.7.2 - 2024-08-08

Other

  • updated near-* crates to allow 0.24.0 in addition to all the previously supported versions (#18)

0.7.1 - 2024-06-24

Other

  • Slimmed down the dependencies by disabling default features on ed25519-dalek (#16)

0.7.0 - 2024-06-21

Other

  • [breaking] replace ed25519-dalek 1.0.1 -> ed25519-dalek 2.1.1 (#14)

0.6.1 - 2024-06-19

Other

  • Updated near-* to 0.23 (#12)

0.6.0 - 2024-06-10

Other

  • added release-plz workflow to main and added fmt and clippy check (#10)
  • [breaking] updated deps to the newer version (#9)