Skip to content

Commit 597b6b5

Browse files
authored
Merge pull request #2689 from opentensor/backmerge-main-to-staging-901
Backmerge main to staging 901
2 parents 535b37f + 68feae8 commit 597b6b5

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## 9.0.1 /2025-02-20
4+
5+
## What's Changed
6+
* Release/9.0.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2671
7+
* fix e2e test by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2673
8+
* fix e2e test incentive by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2674
9+
* Add compatibility for read-only systems by @Arthurdw in https://github.com/opentensor/bittensor/pull/2676
10+
* test: use asynccontextmanager for FastAPI lifespan by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2597
11+
* test(2472): offline unittests by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2596
12+
* Removes redundant assignments in Metagraph by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2680
13+
* Alpha str formatting by @thewhaleking in https://github.com/opentensor/bittensor/pull/2672
14+
* Add method for fetching all Neuron Certificates on a Netuid by @thewhaleking in https://github.com/opentensor/bittensor/pull/2677
15+
* Updates tao_stake in MetagraphInfo by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2682
16+
* fix(2188): configure uvicorn event loop by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2679
17+
* Refactor AsyncSubtensor aenter logic by @thewhaleking in https://github.com/opentensor/bittensor/pull/2684
18+
* Backmerge master to staging 900 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2685
19+
20+
## New Contributors
21+
* @Arthurdw made their first contribution in https://github.com/opentensor/bittensor/pull/2676
22+
23+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.0.0...v9.0.1
24+
325
## 9.0.0 /2025-02-13
426

527
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.0
1+
9.0.1

bittensor/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "9.0.0"
1+
__version__ = "9.0.1"
22

33
import os
44
import re

0 commit comments

Comments
 (0)