Skip to content

Commit

Permalink
Bump: Python-HDWallet into v3.2.2 package
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Jan 14, 2025
1 parent 7be39cc commit 0770f64
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v3.2.2](https://github.com/talonlab/python-hdwallet/tree/v3.2.2) (2025-01-14)

[Full Changelog](https://github.com/talonlab/python-hdwallet/compare/v3.2.1...v3.2.2)

**Improvements:**

- Update: The HDWDerivation `ecc` parameter now accepts an ECC instance
- Drop: List items are converted into a string in case of an exception

**Fix Bugs:**

- Fix: HDWDerivation `ecc` constant value on clean

## [v3.2.1](https://github.com/talonlab/python-hdwallet/tree/v3.2.1) (2025-01-08)

[Full Changelog](https://github.com/talonlab/python-hdwallet/compare/v3.2.0...v3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ print(json.dumps(hdwallet.dump(exclude={"indexes"}), indent=4, ensure_ascii=Fals
<details open>
<summary>Output</summary><br/>

```json5
```json
{
"cryptocurrency": "Bitcoin",
"symbol": "BTC",
Expand Down
4 changes: 2 additions & 2 deletions hdwallet/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import List

__name__: str = "hdwallet"
__version__: str = "v3.2.1"
__version__: str = "v3.2.2"
__license__: str = "MIT"
__author__: str = "Meheret Tesfaye Batu"
__email__: str = "[email protected]"
Expand All @@ -28,6 +28,6 @@
"https://talonlab.gitbook.io/hdwallet",
__documentation__,
"https://hdwallet.online",
"https://hd.wallet", # On Web3 browsers like Brave
"https://hd.wallet", # On Web3 domain
__url__
]

0 comments on commit 0770f64

Please sign in to comment.