From 78ec7f8d6dc5c7302a0f26665f99251c5cd45456 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Mon, 4 Nov 2024 16:50:40 -0800 Subject: [PATCH 1/3] Bumps version and adds changelog --- CHANGELOG.md | 17 +++++++++++++++++ bittensor_cli/__init__.py | 2 +- bittensor_cli/cli.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ae097d..f8206b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 8.3.0 /2024-11-06 + +## What's Changed + +* Better handle incorrect password by @thewhaleking in https://github.com/opentensor/btcli/pull/187 +* Fixes success path of pow register by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/189 +* Adds `--all` flag to transfer by @thewhaleking in https://github.com/opentensor/btcli/pull/181 +* Various fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/199 +* Fix wallets in overview by @thewhaleking in https://github.com/opentensor/btcli/pull/197 +* fix handling null neurons by @thewhaleking in https://github.com/opentensor/btcli/pull/214 +* Fix cuda pow registration by @thewhaleking in https://github.com/opentensor/btcli/pull/215 +* Adds confirmation after each successful regen by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/203 +* Removes wallet path prompt by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/205 +* Support hotkey names for include/exclude in st add/remove by @thewhaleking in https://github.com/opentensor/btcli/pull/216 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v8.2.0...v8.3.0 + ## 8.2.0 /2024-10-10 ## What's Changed diff --git a/bittensor_cli/__init__.py b/bittensor_cli/__init__.py index 8fff761c..6eaa6edc 100644 --- a/bittensor_cli/__init__.py +++ b/bittensor_cli/__init__.py @@ -18,6 +18,6 @@ from .cli import CLIManager -__version__ = "8.2.0" +__version__ = "8.3.0" __all__ = ["CLIManager", "__version__"] diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index e0609e03..db87ca6b 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -57,7 +57,7 @@ class GitError(Exception): pass -__version__ = "8.2.0" +__version__ = "8.3.0" _core_version = re.match(r"^\d+\.\d+\.\d+", __version__).group(0) From 458269a4b84c41301db712620fe395ad7652f619 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 6 Nov 2024 13:54:05 -0800 Subject: [PATCH 2/3] Updates changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8206b59..a8b0c3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ * Adds confirmation after each successful regen by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/203 * Removes wallet path prompt by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/205 * Support hotkey names for include/exclude in st add/remove by @thewhaleking in https://github.com/opentensor/btcli/pull/216 +* Subvortex network added by @thewhaleking in https://github.com/opentensor/btcli/pull/223 +* Add prompt option to all commands which use Confirm prompts by @thewhaleking in https://github.com/opentensor/btcli/pull/227 **Full Changelog**: https://github.com/opentensor/btcli/compare/v8.2.0...v8.3.0 From 1cd1f8ab0b90ba4c7bba505ac64114c0351ff9de Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 6 Nov 2024 14:58:34 -0800 Subject: [PATCH 3/3] Updates changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b0c3be..e3eeac9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Support hotkey names for include/exclude in st add/remove by @thewhaleking in https://github.com/opentensor/btcli/pull/216 * Subvortex network added by @thewhaleking in https://github.com/opentensor/btcli/pull/223 * Add prompt option to all commands which use Confirm prompts by @thewhaleking in https://github.com/opentensor/btcli/pull/227 +* Update local subtensor port by @distributedstatemachine in https://github.com/opentensor/btcli/pull/228 **Full Changelog**: https://github.com/opentensor/btcli/compare/v8.2.0...v8.3.0