Skip to content

Commit

Permalink
Bump version & update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Dec 6, 2024
1 parent b9ab33a commit 563872f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# hd-wallet crate changelog

## v0.6.1
* Add aliases for stark derivation in `hd_wallet::stark` module [#17]

[#17]: https://github.com/LFDT-Lockness/hd-wallet/pull/17

## v0.6.0
* BREAKING: Remove slip10-like derivation that can be instantiated with any curve: it is very inefficient
when instantiated with certain curves, and may also enable attacker to perform DoS attack by
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hd-wallet"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "HD wallets derivation"
Expand Down

0 comments on commit 563872f

Please sign in to comment.