File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 45
45
fi
46
46
47
47
- name : Upload artifact
48
- uses : actions/upload-artifact@v3
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : dist
51
51
path : dist/
60
60
61
61
steps :
62
62
- name : Download artifact
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
65
name : dist
66
66
path : dist/
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 9.0.0rc1 /2025-02-05
4
+
5
+ ## What's Changed
6
+ * Uses revamped Async Substrate Interface
7
+ * Compatibility with Rao changes added
8
+ * Completely revamped Async Subtensor introduced
9
+ * Numerous improvements, bug fixes, and deprecations
10
+
11
+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v8.5.1...v9.0.0rc1
12
+
3
13
## 8.5.1 /2024-12-16
4
14
5
15
## What's Changed
Original file line number Diff line number Diff line change 1
- 8.5.1
1
+ 9.0.0rc1
Original file line number Diff line number Diff line change 1
- __version__ = "9.0.0 "
1
+ __version__ = "9.0.0rc1 "
2
2
3
3
import os
4
4
import re
You can’t perform that action at this time.
0 commit comments