Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 77b905f

Browse files
authored
Merge pull request #3353 from latent-to/changelog/10.3.2
10.3.2: Version + changelog
2 parents 092cbd4 + 3bf570c commit 77b905f

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 10.3.2 /2026-05-15
4+
5+
## What's Changed
6+
* Fix `--help` hijacking on import bittensor by @basfroman in https://github.com/latent-to/bittensor/pull/3347
7+
* Hopefully, this is a fix for the flaky e2e test by @basfroman in https://github.com/latent-to/bittensor/pull/3348
8+
* fix(axon): narrow preprocess exception handling and chain causes by @RUNECTZ33 in https://github.com/latent-to/bittensor/pull/3346
9+
* run do_take_checks at pool validation by @thewhaleking in https://github.com/latent-to/bittensor/pull/3350
10+
* Mev Shield Nonce Increment Fix by @thewhaleking in https://github.com/latent-to/bittensor/pull/3349
11+
* Test Fixes by @thewhaleking in https://github.com/latent-to/bittensor/pull/3352
12+
* Use the public API for clearing nonce cache by @thewhaleking in https://github.com/latent-to/bittensor/pull/3351
13+
14+
## New Contributors
15+
* @RUNECTZ33 made their first contribution in https://github.com/latent-to/bittensor/pull/3346
16+
17+
**Full Changelog**: https://github.com/latent-to/bittensor/compare/v10.3.1...v10.3.2
18+
319
## 10.3.1 /2026-05-06
420

521
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor"
7-
version = "10.3.1"
7+
version = "10.3.2"
88
description = "Bittensor SDK"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)