From 8a06cc592e49cdc4f38391af4102307eb2a4ae41 Mon Sep 17 00:00:00 2001 From: BD Himes Date: Thu, 11 Jun 2026 20:26:46 +0200 Subject: [PATCH 1/2] Bump version + changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c49a34c9e9..4c23dae701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 10.5.0 /2026-06-11 + +## What's Changed +* Fix for flaky test_staking tests by @thewhaleking in https://github.com/latent-to/bittensor/pull/3367 +* Fix for flaky root claims tests by @thewhaleking in https://github.com/latent-to/bittensor/pull/3366 +* Fix after aiohttp latest release by @basfroman in https://github.com/latent-to/bittensor/pull/3369 +* Forward version_key from commit_weights by @Yupsecous in https://github.com/latent-to/bittensor/pull/3368 +* Update docstrings for kill_pure_proxy_extrinsic by @chideraao in https://github.com/latent-to/bittensor/pull/3374 +* New balancer (attempt 3) by @basfroman in https://github.com/latent-to/bittensor/pull/3362 +* Improvement for async `determine_block_hash` method by @basfroman in https://github.com/latent-to/bittensor/pull/3375 +* fix: test_owner_lock_lifecycle e2e by @thewhaleking in https://github.com/latent-to/bittensor/pull/3379 +* Handle cyscale 0.5.0 by @thewhaleking in https://github.com/latent-to/bittensor/pull/3378 +* fix(pyproject): de-dupe build-system deps by @kilyanni in https://github.com/latent-to/bittensor/pull/3377 + +## New Contributors +* @Yupsecous made their first contribution in https://github.com/latent-to/bittensor/pull/3368 +* @kilyanni made their first contribution in https://github.com/latent-to/bittensor/pull/3377 + +**Full Changelog**: https://github.com/latent-to/bittensor/compare/v10.4.0...v10.5.0 + ## 10.4.0 /2026-05-28 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index a557c61e80..bd0fc8596e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor" -version = "10.4.0" +version = "10.5.0" description = "Bittensor SDK" readme = "README.md" authors = [ From 1267a1018e83ff877ac7d899107554e35d8d1933 Mon Sep 17 00:00:00 2001 From: Roman Chkhaidze Date: Thu, 25 Jun 2026 14:25:02 -0700 Subject: [PATCH 2/2] CHANGELOG.md up to date --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccab8724f8..7511946218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,6 @@ ## 10.5.0 /2026-06-25 ## What's Changed -* Fix for flaky test_staking tests by @thewhaleking in https://github.com/latent-to/bittensor/pull/3367 -* Fix for flaky root claims tests by @thewhaleking in https://github.com/latent-to/bittensor/pull/3366 * Fix after aiohttp latest release by @basfroman in https://github.com/latent-to/bittensor/pull/3369 * Forward version_key from commit_weights by @Yupsecous in https://github.com/latent-to/bittensor/pull/3368 * Update docstrings for kill_pure_proxy_extrinsic by @chideraao in https://github.com/latent-to/bittensor/pull/3374 @@ -18,7 +16,7 @@ * @Yupsecous made their first contribution in https://github.com/latent-to/bittensor/pull/3368 * @kilyanni made their first contribution in https://github.com/latent-to/bittensor/pull/3377 -**Full Changelog**: https://github.com/latent-to/bittensor/compare/v10.4.0...v10.5.0 +**Full Changelog**: https://github.com/latent-to/bittensor/compare/v10.4.1...v10.5.0 ## 10.4.1 /2026-06-11