Skip to content

Commit 90eecfc

Browse files
committed
changelog + bumping version
1 parent 3142cfe commit 90eecfc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 10.0.0rc3 /2025-11-05
4+
5+
## What's Changed
6+
* [v10] Apply default era.period to all extrinsics by @basfroman in https://github.com/opentensor/bittensor/pull/3116
7+
* [V10] python3.14 by @thewhaleking in https://github.com/opentensor/bittensor/pull/3123
8+
* [v10] Fix py3.14 tests issue by @basfroman in https://github.com/opentensor/bittensor/pull/3124
9+
* [v10] `Root claim/ Airdrop` mechanism implementation by @basfroman in https://github.com/opentensor/bittensor/pull/3117
10+
* [v10] RootClaim fix by @basfroman in https://github.com/opentensor/bittensor/pull/3130
11+
* [v10] EMA InFlow support by @basfroman in https://github.com/opentensor/bittensor/pull/3131
12+
13+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v10.0.0rc2...v10.0.0rc3
14+
315
## 10.0.0rc2 /2025-10-20
416

517
* [v10] Remove deprecated `bittensor.version_split` by @basfroman in https://github.com/opentensor/bittensor/pull/3100

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.0rc2"
7+
version = "10.0.0rc3"
88
description = "Bittensor SDK"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)