From 1f00ab025941710c19f6a288ebbb02cd90547727 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Thu, 26 Jun 2025 06:36:15 -0700 Subject: [PATCH 1/2] Bumps version and changelog --- CHANGELOG.MD | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 1096eb7f..a804e7f1 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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 +* 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 diff --git a/Cargo.toml b/Cargo.toml index 6a8370f4..a46cd9cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bittensor_wallet" -version = "3.0.11-rc.1" +version = "3.0.11" edition = "2021" [lib] From 66439212391885642b0a3c8feba565d994c6647f Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Thu, 26 Jun 2025 06:54:57 -0700 Subject: [PATCH 2/2] removes rc changelog --- CHANGELOG.MD | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index a804e7f1..22bf3737 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,7 +7,6 @@ * 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 * Replace py-bip39-bindings deps with stored list of words by @basfroman in https://github.com/opentensor/btwallet/pull/151 ## New Contributors