Skip to content

Commit cd1a096

Browse files
authored
Merge pull request #3097 from opentensor/release/v10.0.0rc1
Release/v10.0.0rc1
2 parents 382a6d1 + 0ff75dc commit cd1a096

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 10.0.0rc1 /2025-10-14
4+
5+
## What's Changed
6+
* This release marks the first release candidate for Bittensor SDK v10.0.0, representing a major breaking revision of the Python SDK.
7+
* It includes a full refactor of the extrinsic layer, API standardization across Subtensor, and the introduction of multiple-mechanism (sub-subnet) support.
8+
* For a complete list of breaking changes and migration details, see the **MIGRATION_GUIDE.md** file in the repository.
9+
10+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.12.0...SDKv10
11+
312
## 9.12.0 /2025-10-08
413

514
## 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.0.0rc"
7+
version = "10.0.0rc1"
88
description = "Bittensor SDK"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)