Skip to content

Commit 541f2d9

Browse files
committed
Bumps version and changelog
1 parent 3965af1 commit 541f2d9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.MD

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

3+
## 3.0.4 /2025-02-19
4+
5+
## What's Changed
6+
* Fix `pyo3_runtime.PanicException` when encrypted password has `NUL byte` by @roman-opentensor in https://github.com/opentensor/btwallet/pull/99
7+
* Backmerge main to staging 303 by @ibraheem-opentensor in https://github.com/opentensor/btwallet/pull/102
8+
9+
**Full Changelog**: https://github.com/opentensor/btwallet/compare/v3.0.3...v3.0.4
10+
311
## 3.0.3 /2025-02-13
412

513
## 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.3"
3+
version = "3.0.4"
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.3"
3+
version = "3.0.4"
44
description = ""
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)