Skip to content

Commit d4b7724

Browse files
authored
Merge pull request #152 from opentensor/changelog/3011
3.0.11: Bumps version and changelog
2 parents 7f5ba4c + 6643921 commit d4b7724

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.MD

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

3+
## 3.0.11 /2025-06-26
4+
5+
## What's Changed
6+
* update deps by @basfroman in https://github.com/opentensor/btwallet/pull/141
7+
* Improvements on the top of https://github.com/opentensor/btwallet/pull/140 by @basfroman in https://github.com/opentensor/btwallet/pull/145
8+
* chore(pyo3): use CARGO_PKG_VERSION to auto-sync Python binding version with crate by @LVivona in https://github.com/opentensor/btwallet/pull/140
9+
* Add `arm64` wheels by @basfroman in https://github.com/opentensor/btwallet/pull/147
10+
* Replace py-bip39-bindings deps with stored list of words by @basfroman in https://github.com/opentensor/btwallet/pull/151
11+
12+
## New Contributors
13+
* @LVivona made their first contribution in https://github.com/opentensor/btwallet/pull/140
14+
15+
**Full Changelog**: https://github.com/opentensor/btwallet/compare/v3.0.10...v3.0.11
16+
317
## 3.0.11-rc.1 /2025-06-11
418

519
## 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.11-rc.1"
3+
version = "3.0.11"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)