From e7b91228b86e52d50e8ffd2e076f02d824d54c21 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Tue, 26 Nov 2024 13:37:33 -0800 Subject: [PATCH 1/4] Bumps version and updates changelog --- CHANGELOG.md | 12 ++++++++++++ bittensor_cli/__init__.py | 2 +- bittensor_cli/cli.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 604e5666..c2df305f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 8.4.0 /2024-11-26 + +## What's Changed +* Use hex to bytes function by @thewhaleking in https://github.com/opentensor/btcli/pull/244 +* Remove deprecated Typer options by @thewhaleking in https://github.com/opentensor/btcli/pull/248 +* Upgrade websockets by @thewhaleking in https://github.com/opentensor/btcli/pull/247 +* Fast block improvements by @thewhaleking in https://github.com/opentensor/btcli/pull/245 +* Fixed overview message discrepancy by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/251 +* Fix hyperparams setting. by @thewhaleking in https://github.com/opentensor/btcli/pull/252 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v8.3.1...v8.4.0 + ## 8.3.1 /2024-11-13 ## What's Changed diff --git a/bittensor_cli/__init__.py b/bittensor_cli/__init__.py index 165a7ac2..f2e41a91 100644 --- a/bittensor_cli/__init__.py +++ b/bittensor_cli/__init__.py @@ -18,6 +18,6 @@ from .cli import CLIManager -__version__ = "8.3.1" +__version__ = "8.4.0" __all__ = ["CLIManager", "__version__"] diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 55eb4098..2b6467f0 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -58,7 +58,7 @@ class GitError(Exception): pass -__version__ = "8.3.1" +__version__ = "8.4.0" _core_version = re.match(r"^\d+\.\d+\.\d+", __version__).group(0) From 36179ceff2c2fa99d2b29776ab10d3de32934b9a Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Tue, 26 Nov 2024 13:49:58 -0800 Subject: [PATCH 2/4] Updates changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2df305f..41a9126a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 8.4.0 /2024-11-26 +## 8.4.0 /2024-11-27 ## What's Changed * Use hex to bytes function by @thewhaleking in https://github.com/opentensor/btcli/pull/244 From 4bf0686e8f12fd0ba3d910d9c66df3e9578189e6 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 27 Nov 2024 12:35:14 -0800 Subject: [PATCH 3/4] Updates changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a9126a..c351e84e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Fast block improvements by @thewhaleking in https://github.com/opentensor/btcli/pull/245 * Fixed overview message discrepancy by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/251 * Fix hyperparams setting. by @thewhaleking in https://github.com/opentensor/btcli/pull/252 +* Bumps btwallet to 2.1.2 by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/255 **Full Changelog**: https://github.com/opentensor/btcli/compare/v8.3.1...v8.4.0 From c60f5718a492a63863fae2614897c1ddf1a0aa17 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 27 Nov 2024 14:18:02 -0800 Subject: [PATCH 4/4] Updates changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c351e84e..034edbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Fixed overview message discrepancy by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/251 * Fix hyperparams setting. by @thewhaleking in https://github.com/opentensor/btcli/pull/252 * Bumps btwallet to 2.1.2 by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/255 +* Bumps btwallet to 2.1.3 by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/256 **Full Changelog**: https://github.com/opentensor/btcli/compare/v8.3.1...v8.4.0