Skip to content

Commit ed700b2

Browse files
Merge pull request #2711 from opentensor/backmerge/main-staging-902
Backmerge/main to staging 902
2 parents 1bfe0b8 + 48dd95e commit ed700b2

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 9.0.2 /2025-02-24
4+
5+
## What's Changed
6+
* CI: Upgrade rust compiler for E2E tests by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2690
7+
* Break away cli reqs by @thewhaleking in https://github.com/opentensor/bittensor/pull/2692
8+
* Updates DelegateInfo chain data by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2683
9+
* Backmerge main to staging 901 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2689
10+
* fix: typos in documentation files by @zeevick10 in https://github.com/opentensor/bittensor/pull/2687
11+
* Removes tx limit in stake_multiple by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2694
12+
13+
## New Contributors
14+
* @zeevick10 made their first contribution in https://github.com/opentensor/bittensor/pull/2687
15+
16+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.0.1...v9.0.2
17+
318
## 9.0.1 /2025-02-20
419

520
## What's Changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.1
1+
9.0.2

bittensor/core/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "9.0.1"
1+
__version__ = "9.0.2"
22

33
import os
44
import re

requirements/cli.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bittensor-cli>=9.0.0
1+
bittensor-cli>=9.0.2

0 commit comments

Comments
 (0)