Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 3.0.11 /2025-06-26

## What's Changed
* update deps by @basfroman in https://github.com/opentensor/btwallet/pull/141
* Improvements on the top of https://github.com/opentensor/btwallet/pull/140 by @basfroman in https://github.com/opentensor/btwallet/pull/145
* chore(pyo3): use CARGO_PKG_VERSION to auto-sync Python binding version with crate by @LVivona in https://github.com/opentensor/btwallet/pull/140
* Add `arm64` wheels by @basfroman in https://github.com/opentensor/btwallet/pull/147
* 3.0.11rc1: Bumps version and changelog by @ibraheem-abe in https://github.com/opentensor/btwallet/pull/148
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line probably doesn't need to be here.

* Replace py-bip39-bindings deps with stored list of words by @basfroman in https://github.com/opentensor/btwallet/pull/151

## New Contributors
* @LVivona made their first contribution in https://github.com/opentensor/btwallet/pull/140

**Full Changelog**: https://github.com/opentensor/btwallet/compare/v3.0.10...v3.0.11

## 3.0.11-rc.1 /2025-06-11

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bittensor_wallet"
version = "3.0.11-rc.1"
version = "3.0.11"
edition = "2021"

[lib]
Expand Down
Loading