Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 10.0.0rc1 /2025-10-14

## What's Changed
* This release marks the first release candidate for Bittensor SDK v10.0.0, representing a major breaking revision of the Python SDK.
* It includes a full refactor of the extrinsic layer, API standardization across Subtensor, and the introduction of multiple-mechanism (sub-subnet) support.
* For a complete list of breaking changes and migration details, see the **MIGRATION_GUIDE.md** file in the repository.

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.12.0...SDKv10

## 9.12.0 /2025-10-08

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bittensor"
version = "10.0.0rc"
version = "10.0.0rc1"
description = "Bittensor SDK"
readme = "README.md"
authors = [
Expand Down
Loading