Skip to content

Commit 800f79b

Browse files
committed
bumps version and changelog
1 parent d551b02 commit 800f79b

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 10.2.0rc1 /2026-03-03
4+
5+
## What's Changed
6+
* Rework coldkey swap by @basfroman in https://github.com/opentensor/bittensor/pull/3218
7+
* Make SDK consistent with new `Balancer swap` logic by @basfroman in https://github.com/opentensor/bittensor/pull/3250
8+
* Fixes for many chain changes by @basfroman in https://github.com/opentensor/bittensor/pull/3254
9+
* Add subnet buyback extrinsic support to SDK by @basfroman in https://github.com/opentensor/bittensor/pull/3249
10+
* Add py.typed and pkg tools by @thewhaleking in https://github.com/opentensor/bittensor/pull/3253
11+
* Rename `subnet_buyback` extrinsic `to add_stake_burn` by @basfroman in https://github.com/opentensor/bittensor/pull/3256
12+
* fixed fee assumption by @basfroman in https://github.com/opentensor/bittensor/pull/3258
13+
* `get_subnet_prices` uses new runtime api call + fallback by @basfroman in https://github.com/opentensor/bittensor/pull/3259
14+
* docs: update documentation URLs to docs.learnbittensor.org by @droppingbeans in https://github.com/opentensor/bittensor/pull/3257
15+
* docs: fix broken changelog URL and typo in README by @droppingbeans in https://github.com/opentensor/bittensor/pull/3263
16+
* docs: fix branch name 'develop' to 'staging' in hotfix workflow by @droppingbeans in https://github.com/opentensor/bittensor/pull/3266
17+
* Handle scaleobj from asi in fixed_to_float by @thewhaleking in https://github.com/opentensor/bittensor/pull/3265
18+
* fix batching test by @basfroman in https://github.com/opentensor/bittensor/pull/3267
19+
* Technical debt by @basfroman in https://github.com/opentensor/bittensor/pull/3274
20+
* Revert/balancer update by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/3276
21+
* Update e2e gh workflow by @basfroman in https://github.com/opentensor/bittensor/pull/3277
22+
* Fix typo: pacakge → package in README by @droppingbeans in https://github.com/opentensor/bittensor/pull/3272
23+
* docs: fix typos in contrib documentation by @droppingbeans in https://github.com/opentensor/bittensor/pull/3271
24+
* Rework shielded transactions by @basfroman in https://github.com/opentensor/bittensor/pull/3269
25+
26+
## New Contributors
27+
* @droppingbeans made their first contribution in https://github.com/opentensor/bittensor/pull/3257
28+
29+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v10.1.0...v10.2.0rc1
30+
331
## 10.1.0 /2026-01-15
432

533
## 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.2.0"
7+
version = "10.2.0rc1"
88
description = "Bittensor SDK"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)