Skip to content

Commit 0091513

Browse files
authored
Merge pull request #219 from opentensor/release/8.3.0
Release/8.3.0
2 parents cdf2e24 + 1cd1f8a commit 0091513

File tree

18 files changed

+423
-249
lines changed

18 files changed

+423
-249
lines changed

CHANGELOG.md

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

3+
## 8.3.0 /2024-11-06
4+
5+
## What's Changed
6+
7+
* Better handle incorrect password by @thewhaleking in https://github.com/opentensor/btcli/pull/187
8+
* Fixes success path of pow register by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/189
9+
* Adds `--all` flag to transfer by @thewhaleking in https://github.com/opentensor/btcli/pull/181
10+
* Various fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/199
11+
* Fix wallets in overview by @thewhaleking in https://github.com/opentensor/btcli/pull/197
12+
* fix handling null neurons by @thewhaleking in https://github.com/opentensor/btcli/pull/214
13+
* Fix cuda pow registration by @thewhaleking in https://github.com/opentensor/btcli/pull/215
14+
* Adds confirmation after each successful regen by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/203
15+
* Removes wallet path prompt by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/205
16+
* Support hotkey names for include/exclude in st add/remove by @thewhaleking in https://github.com/opentensor/btcli/pull/216
17+
* Subvortex network added by @thewhaleking in https://github.com/opentensor/btcli/pull/223
18+
* Add prompt option to all commands which use Confirm prompts by @thewhaleking in https://github.com/opentensor/btcli/pull/227
19+
* Update local subtensor port by @distributedstatemachine in https://github.com/opentensor/btcli/pull/228
20+
21+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v8.2.0...v8.3.0
22+
323
## 8.2.0 /2024-10-10
424

525
## 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.2.0"
21+
__version__ = "8.3.0"
2222

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

0 commit comments

Comments
 (0)