Skip to content

Commit 5d9cb4e

Browse files
authored
Merge pull request #565 from opentensor/changelog/9.9.0
Changelog + version
2 parents f6f067a + 993a2e5 commit 5d9cb4e

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,5 +1,13 @@
11
# Changelog
22

3+
## 9.9.0 /2025-07-28
4+
* Feat/wallet verify by @ibraheem-abe in https://github.com/opentensor/btcli/pull/561
5+
* Improved speed of query_all_identities and fetch_coldkey_hotkey_identities by @thewhaleking in https://github.com/opentensor/btcli/pull/560
6+
* fix transfer all by @thewhaleking in https://github.com/opentensor/btcli/pull/562
7+
* Add extrinsic fees by @thewhaleking in https://github.com/opentensor/btcli/pull/564
8+
9+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.7...v9.9.0
10+
311
## 9.8.7 /2025-07-23
412
* Fix for handling tuples for `additional` by @thewhaleking in https://github.com/opentensor/btcli/pull/557
513

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

0 commit comments

Comments
 (0)