We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7076a1 + 31d8271 commit 312a25cCopy full SHA for 312a25c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 9.8.2/2025-07-09
4
+* Ensure that the fees are shown in alpha, not Tao. by @thewhaleking in https://github.com/opentensor/btcli/pull/530
5
+* remove unused subnet names mapping by @thewhaleking in https://github.com/opentensor/btcli/pull/531
6
+
7
8
+**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.1...v9.8.2
9
10
## 9.8.1/2025-07-08
11
12
## What's Changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bittensor-cli"
-version = "9.8.1"
+version = "9.8.2"
description = "Bittensor CLI"
readme = "README.md"
authors = [
0 commit comments