Skip to content

Commit 73942e9

Browse files
authored
Merge pull request #664 from opentensor/changelog/9.14.0
Changelog + version
2 parents 91449f3 + 625707a commit 73942e9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 9.14.0 /2025-10-20
3+
* Skips senate tests by @thewhaleking in https://github.com/opentensor/btcli/pull/658
4+
* Feat/crowdloans by @ibraheem-abe in https://github.com/opentensor/btcli/pull/657
5+
* Removes the fetching of identities in GitHub by @thewhaleking in https://github.com/opentensor/btcli/pull/659
6+
* Fixes the double `--hotkey` arg in set childkey take by @thewhaleking in https://github.com/opentensor/btcli/pull/662
7+
* Updates the help text for coldkey regen by @thewhaleking in https://github.com/opentensor/btcli/pull/663
8+
9+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.13.1...v9.14.0
210

311
# 9.13.1 /2025-10-14
412
* Fix for complicated (user_liquidity_enabled) hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/652

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.13.1"
7+
version = "9.14.0"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)