Skip to content

Commit 555b4ec

Browse files
authored
Merge pull request #784 from opentensor/changelog/9.17.0
Changelog + version
2 parents c925b50 + 291e4c6 commit 555b4ec

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 9.17.0 /2025-12-22
4+
5+
## What's Changed
6+
* feat: add cli for axon set and reset by @Mobile-Crest in https://github.com/opentensor/btcli/pull/726
7+
* json console and tests by @thewhaleking in https://github.com/opentensor/btcli/pull/744
8+
* Consolidates the `--coldkey-ss58` param into a predefined Option. by @thewhaleking in https://github.com/opentensor/btcli/pull/750
9+
* Testing: Disables non fast blocks for hyperparam by @ibraheem-abe in https://github.com/opentensor/btcli/pull/755
10+
* Feat: Improve Subnet Hyperparameters cmd #607 by @SmartDever02 in https://github.com/opentensor/btcli/pull/746
11+
* feat: show weights difference when setting root weights by @MkDev11 in https://github.com/opentensor/btcli/pull/747
12+
* Feat/Add `--no` flag to auto-decline confirmation prompts 194 by @MkDev11 in https://github.com/opentensor/btcli/pull/748
13+
* Improve subnets register command and error message by @Mobile-Crest in https://github.com/opentensor/btcli/pull/754
14+
* fix: resolve SQL syntax error in ProxyAnnouncements and improve event loop by @leonace924 in https://github.com/opentensor/btcli/pull/769
15+
* pr fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/768
16+
* Account for 0x-prepended call hashes by @thewhaleking in https://github.com/opentensor/btcli/pull/772
17+
* Unit test fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/775
18+
* fix: remove unused --hotkey option from wallet inspect command by @calm329 in https://github.com/opentensor/btcli/pull/770
19+
* Fix: update the err_console.print to print_error to make consistency in error printing with cross mark by @leonace924 in https://github.com/opentensor/btcli/pull/778
20+
* Feat: Safe staking in swap_stake by @ibraheem-abe in https://github.com/opentensor/btcli/pull/779
21+
* proxy execute improvements by @thewhaleking in https://github.com/opentensor/btcli/pull/774
22+
* Adds CONTRIBUTING guide by @thewhaleking in https://github.com/opentensor/btcli/pull/777
23+
24+
## New Contributors
25+
* @Mobile-Crest made their first contribution in https://github.com/opentensor/btcli/pull/726
26+
* @SmartDever02 made their first contribution in https://github.com/opentensor/btcli/pull/746
27+
* @MkDev11 made their first contribution in https://github.com/opentensor/btcli/pull/747
28+
* @leonace924 made their first contribution in https://github.com/opentensor/btcli/pull/769
29+
* @calm329 made their first contribution in https://github.com/opentensor/btcli/pull/770
30+
31+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.16.0...v9.17.0
32+
333
## 9.16.0 /2025-12-09
434

535
## What's Changed

pyproject.toml

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

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

0 commit comments

Comments
 (0)