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.
1 parent c25d6db commit 2375ab2Copy full SHA for 2375ab2
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 9.4.2 /2025-04-22
4
+
5
+## What's Changed
6
+* Subnets Register Improvements by @thewhaleking in https://github.com/opentensor/btcli/pull/450
7
+* Fix `KeyFileError: File is not writable` during `btcli wallet create` command by @basfroman in https://github.com/opentensor/btcli/pull/452
8
9
+**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.1...v9.4.2
10
11
## 9.4.1 /2025-04-17
12
13
## What's Changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "bittensor-cli"
-version = "9.4.1"
+version = "9.4.2"
description = "Bittensor CLI"
readme = "README.md"
authors = [
0 commit comments