We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d21ff75 + 9d7a437 commit eb21dd5Copy full SHA for eb21dd5
CHANGELOG.MD
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 3.0.3 /2025-02-13
4
+
5
+## What's Changed
6
+* Fix KeyPair.regenerate_* methods using seed @roman-opentensor in https://github.com/opentensor/btwallet/pull/96
7
8
+**Full Changelog**: https://github.com/opentensor/btwallet/compare/v3.0.2...v3.0.3
9
10
## 3.0.2 /2025-02-06
11
12
## What's Changed
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bittensor_wallet"
-version = "3.0.2"
+version = "3.0.3"
edition = "2021"
[lib]
pyproject.toml
[project]
name = "bittensor-wallet"
description = ""
readme = "README.md"
license = {file = "LICENSE"}
0 commit comments