Skip to content

Commit 6b29755

Browse files
committed
Bump: Python-HDWallet into v3.6.0 package
1 parent fadbb56 commit 6b29755

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [v3.6.0](https://github.com/hdwallet-io/python-hdwallet/tree/v3.6.0) (2025-07-31)
4+
5+
[Full Changelog](https://github.com/hdwallet-io/python-hdwallet/compare/v3.5.1...v3.6.0)
6+
7+
**New Cryptocurrencies:**
8+
9+
| Name | Symbol | Coin Type | Networks |
10+
|:-------------------------|:------:|:---------:|:---------:|
11+
| [Base](https://base.org) | BASE | 60 | `mainnet` |
12+
13+
**New Additions:**
14+
15+
- Add: Algorand foundation xHD (AlgorandHD) implementation
16+
17+
**Enhancements:**
18+
19+
- Modify: BIP32 HD to accept custom ECC on HDWallet class
20+
- Change: default Algorand cryptocurrency ECC to `Kholaw-Ed25519`
21+
322
## [v3.5.1](https://github.com/hdwallet-io/python-hdwallet/tree/v3.5.1) (2025-07-20)
423

524
[Full Changelog](https://github.com/hdwallet-io/python-hdwallet/compare/v3.4.0...v3.5.1)

hdwallet/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import List
88

99
__name__: str = "hdwallet"
10-
__version__: str = "v3.5.1"
10+
__version__: str = "v3.6.0"
1111
__license__: str = "MIT"
1212
__author__: str = "Meheret Tesfaye Batu"
1313
__email__: str = "meherett.batu@gmail.com"

0 commit comments

Comments
 (0)