From 908fdb0285aef98c2ef53d4bc3bd8d3521624a96 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Tue, 12 Aug 2025 15:11:32 +0200 Subject: [PATCH] Changelog + version --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 660515c53..5aacd1c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 9.10.1 /2025-08-12 +* Removes double param for `--cache` in `config set` by @thewhaleking in https://github.com/opentensor/btcli/pull/579 +* change root only sudo hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/580 +* Better error formatting by @thewhaleking in https://github.com/opentensor/btcli/pull/581 +* Handle optional netuid better by @thewhaleking in https://github.com/opentensor/btcli/pull/582 +* wallet fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/585 +* Adds `moving_price` attr to DynamicInfo by @thewhaleking in https://github.com/opentensor/btcli/pull/583 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.10.0...v9.10.1 + ## 9.10.0 /2025-08-06 * Sets default interval hours for subnets price to 4, bc of rate limiting. by @thewhaleking in https://github.com/opentensor/btcli/pull/568 * Subnets Price --current + improvements by @thewhaleking in https://github.com/opentensor/btcli/pull/569 diff --git a/pyproject.toml b/pyproject.toml index 5a32d2d55..767047b35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.10.0" +version = "9.10.1" description = "Bittensor CLI" readme = "README.md" authors = [