File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 8.4.2 /2024-12-12
4
+
5
+ ## What's Changed
6
+ * Removes the ` .value ` checks as we no longer use SCALE objects. by @thewhaleking in https://github.com/opentensor/btcli/pull/270
7
+ * Backmerge main to staging 842 by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/273
8
+
9
+ ** Full Changelog** : https://github.com/opentensor/btcli/compare/v8.4.1...v8.4.2
10
+
3
11
## 8.4.1 /2024-12-05
4
12
5
13
## What's Changed
Original file line number Diff line number Diff line change 18
18
from .cli import CLIManager
19
19
20
20
21
- __version__ = "8.4.1 "
21
+ __version__ = "8.4.2 "
22
22
23
23
__all__ = ["CLIManager" , "__version__" ]
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class GitError(Exception):
58
58
pass
59
59
60
60
61
- __version__ = "8.4.1 "
61
+ __version__ = "8.4.2 "
62
62
63
63
64
64
_core_version = re .match (r"^\d+\.\d+\.\d+" , __version__ ).group (0 )
You can’t perform that action at this time.
0 commit comments