File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v3.6.1] ( https://github.com/hdwallet-io/python-hdwallet/tree/v3.6.1 ) (2025-08-04)
4+
5+ [ Full Changelog] ( https://github.com/hdwallet-io/python-hdwallet/compare/v3.6.0...v3.6.1 )
6+
7+ ** Enhancements:**
8+
9+ - Update: retrieve ECC name from HD class in HDWallet
10+
11+ ** Fix Bugs:**
12+
13+ - Fix: parent-fingerprint of AlgorandHD implementation
14+
315## [ v3.6.0] ( https://github.com/hdwallet-io/python-hdwallet/tree/v3.6.0 ) (2025-07-31)
416
517[ Full Changelog] ( https://github.com/hdwallet-io/python-hdwallet/compare/v3.5.1...v3.6.0 )
Original file line number Diff line number Diff line change 77from typing import List
88
99__name__ : str = "hdwallet"
10- __version__ : str = "v3.6.0 "
10+ __version__ : str = "v3.6.1 "
1111__license__ : str = "MIT"
1212__author__ : str = "Meheret Tesfaye Batu"
1313__email__ : str = "meherett.batu@gmail.com"
You can’t perform that action at this time.
0 commit comments