Skip to content

Commit 0cc8599

Browse files
committed
Merge branch 'main' into backmerge-main-to-staging-843
2 parents 92475e5 + 8fdf04d commit 0cc8599

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

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+
311
## 8.4.1 /2024-12-05
412

513
## What's Changed

bittensor_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
from .cli import CLIManager
1919

2020

21-
__version__ = "8.4.1"
21+
__version__ = "8.4.2"
2222

2323
__all__ = ["CLIManager", "__version__"]

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class GitError(Exception):
5858
pass
5959

6060

61-
__version__ = "8.4.1"
61+
__version__ = "8.4.2"
6262

6363

6464
_core_version = re.match(r"^\d+\.\d+\.\d+", __version__).group(0)

0 commit comments

Comments
 (0)