Skip to content

Commit 563872f

Browse files
committed
Bump version & update changelog
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent b9ab33a commit 563872f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# hd-wallet crate changelog
22

3+
## v0.6.1
4+
* Add aliases for stark derivation in `hd_wallet::stark` module [#17]
5+
6+
[#17]: https://github.com/LFDT-Lockness/hd-wallet/pull/17
7+
38
## v0.6.0
49
* BREAKING: Remove slip10-like derivation that can be instantiated with any curve: it is very inefficient
510
when instantiated with certain curves, and may also enable attacker to perform DoS attack by

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hd-wallet"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "HD wallets derivation"

0 commit comments

Comments
 (0)