From 7711685ff8c1b6604041aadb7dea4e0f077f2df9 Mon Sep 17 00:00:00 2001 From: Roman Chkhaidze Date: Thu, 15 Jan 2026 14:45:46 -0800 Subject: [PATCH 1/3] update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b36f0210f..d3b62f8cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 10.1.0 /2026-01-15 + +## What's Changed +* Fix for async metagraph initialization by @basfroman in https://github.com/opentensor/bittensor/pull/3236 +* Clarify return ordering and units for `get_revealed_commitment_by_hotkey` by @Dairus01 in https://github.com/opentensor/bittensor/pull/3231 +* Skips user liquidity e2e test pending the rework by @basfroman in https://github.com/opentensor/bittensor/pull/3239 +* chore: fix incorrect Optional type annotation in utils by @Olexandr88 in https://github.com/opentensor/bittensor/pull/3238 +* chore: remove unused test helper by @Olexandr88 in https://github.com/opentensor/bittensor/pull/3241 +* Add `start_call_delay_hyperparameter` support by @basfroman in https://github.com/opentensor/bittensor/pull/3234 +* Improve `is_fast_blocks` by @basfroman in https://github.com/opentensor/bittensor/pull/3243 + +## New Contributors +* @Dairus01 made their first contribution in https://github.com/opentensor/bittensor/pull/3231 +* @Olexandr88 made their first contribution in https://github.com/opentensor/bittensor/pull/3238 + +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v10.1.0...v10.0.2 + ## 10.0.1 /2025-12-22 ## What's Changed From c373169e81bd13dfcfbb6e45e4195dc1526312e8 Mon Sep 17 00:00:00 2001 From: Roman Chkhaidze Date: Thu, 15 Jan 2026 14:46:11 -0800 Subject: [PATCH 2/3] bumping version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee95f00e4b..f795d0a15c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor" -version = "10.0.1" +version = "10.1.0" description = "Bittensor SDK" readme = "README.md" authors = [ From 72bf9406f13de55de559e568021620467f2f3165 Mon Sep 17 00:00:00 2001 From: Roman Chkhaidze Date: Thu, 15 Jan 2026 14:47:25 -0800 Subject: [PATCH 3/3] bumping async-substrate-interface version to 1.5.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f795d0a15c..4b4ae7073f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "uvicorn", "bittensor-drand>=1.2.0,<2.0.0", "bittensor-wallet>=4.0.0,<5.0", - "async-substrate-interface>=1.5.14" + "async-substrate-interface>=1.5.15" ] [project.optional-dependencies]