Skip to content

Commit a02599e

Browse files
authored
Merge pull request #677 from opentensor/changelog/9.14.1
9.14.1: changelog + version
2 parents fa10630 + a12639b commit a02599e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Changelog
2+
## 9.14.1 /2025-10-23
3+
* Updates kappa to root sudo only in-line with devnet-ready by @thewhaleking in https://github.com/opentensor/btcli/pull/668
4+
* Adds additional warnings for move vs transfer by @thewhaleking in https://github.com/opentensor/btcli/pull/672
5+
* Childkey take was incorrectly labeled. by @thewhaleking in https://github.com/opentensor/btcli/pull/669
6+
* Updates the help text of crownloan refund by @thewhaleking in https://github.com/opentensor/btcli/pull/674
7+
* Add a warn flag when --netuid 0 is used for btcli hotkey swap by @nstankov-stkd in https://github.com/opentensor/btcli/pull/666
8+
* Add warning and confirmation for `wallet swap_hotkey --netuid 0` to prevent accidental misuse. Using `--netuid 0` only swaps the hotkey on the root network (netuid 0) and does NOT move child hotkey delegation mappings. This is not a full swap across all subnets. Updated documentation and added comprehensive unit tests to clarify proper usage.
9+
* Edge case bug fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/675
10+
* Adds wallet balance sorting by @thewhaleking in https://github.com/opentensor/btcli/pull/676
11+
12+
## New Contributors
13+
* @nstankov-stkd made their first contribution in https://github.com/opentensor/btcli/pull/666
14+
15+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.14.0...v9.14.1
16+
217
## 9.14.0 /2025-10-20
318
* Skips senate tests by @thewhaleking in https://github.com/opentensor/btcli/pull/658
419
* Feat/crowdloans by @ibraheem-abe in https://github.com/opentensor/btcli/pull/657

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor-cli"
7-
version = "9.14.0"
7+
version = "9.14.1"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)