From 472bbe6ddd8211156d5ab9b179e2f93db7be42e8 Mon Sep 17 00:00:00 2001 From: Bohdan Khorolets Date: Mon, 24 Jun 2024 21:09:50 +0300 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0aa48a..5424711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.1](https://github.com/khorolets/near-ledger-rs/compare/v0.7.0...v0.7.1) - 2024-06-24 + +### Other +- Slimmed down the dependencies by disabling default features on `ed25519-dalek` ([#16](https://github.com/khorolets/near-ledger-rs/pull/16)) + ## [0.7.0](https://github.com/khorolets/near-ledger-rs/compare/v0.6.1...v0.7.0) - 2024-06-21 ### Other diff --git a/Cargo.toml b/Cargo.toml index b1c6df4..4b48db6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "near-ledger" -version = "0.7.0" +version = "0.7.1" edition = "2018" authors = ["Bohdan Khorolets "] description = "Transport library to integrate with NEAR Ledger app"