File tree 4 files changed +18
-3
lines changed
4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## 9.0.1 /2025-02-20
4
19
5
20
## What's Changed
Original file line number Diff line number Diff line change 1
- 9.0.1
1
+ 9.0.2
Original file line number Diff line number Diff line change 1
- __version__ = "9.0.1 "
1
+ __version__ = "9.0.2 "
2
2
3
3
import os
4
4
import re
Original file line number Diff line number Diff line change 1
- bittensor-cli>=9.0.0
1
+ bittensor-cli>=9.0.2
You can’t perform that action at this time.
0 commit comments