Skip to content

Commit eb21dd5

Browse files
authored
Merge pull request #98 from opentensor/release/3.0.3
Release/3.0.3
2 parents d21ff75 + 9d7a437 commit eb21dd5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.MD

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

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+
310
## 3.0.2 /2025-02-06
411

512
## What's Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bittensor_wallet"
3-
version = "3.0.2"
3+
version = "3.0.3"
44
edition = "2021"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bittensor-wallet"
3-
version = "3.0.2"
3+
version = "3.0.3"
44
description = ""
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)