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 ff7723e + dc84ec0 commit 866365eCopy full SHA for 866365e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 9.8.5 /2025-07-16
4
+* Updates `user_liquidity_enabled` to not root sudo only. by @thewhaleking in https://github.com/opentensor/btcli/pull/546
5
+* Patches broken Brahmi characters with normal characters. by @thewhaleking in https://github.com/opentensor/btcli/pull/547
6
+
7
+**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.4...v9.8.5
8
9
## 9.8.4 /2025-07-10
10
11
## What's Changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bittensor-cli"
-version = "9.8.4"
+version = "9.8.5"
description = "Bittensor CLI"
readme = "README.md"
authors = [
0 commit comments