Skip to content

Commit 755e3e9

Browse files
authored
Merge pull request #521 from opentensor/changelog/980
9.8.0: Updates version and changelog
2 parents bf53b67 + 7903d86 commit 755e3e9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## 9.8.0/2025-07-07
4+
5+
## What's Changed
6+
* Feat/logo urls in subnet identity by @ibraheem-abe in https://github.com/opentensor/btcli/pull/504
7+
* Feat/swap hotkey with netuids by @ibraheem-abe in https://github.com/opentensor/btcli/pull/503
8+
* Backmerge main staging by @ibraheem-abe in https://github.com/opentensor/btcli/pull/508
9+
* Ensures network local is used if forgotten in e2e tests by @thewhaleking in https://github.com/opentensor/btcli/pull/497
10+
* Convert hyperparams from strings by @thewhaleking in https://github.com/opentensor/btcli/pull/510
11+
* Ensure we parse strings for param names by @thewhaleking in https://github.com/opentensor/btcli/pull/511
12+
* add snake case aliases by @thewhaleking in https://github.com/opentensor/btcli/pull/514
13+
* Better checks the swap status by @thewhaleking in https://github.com/opentensor/btcli/pull/485
14+
* Integrate Liquidity Provider feature by @basfroman in https://github.com/opentensor/btcli/pull/515
15+
* Updates safe staking/unstaking limits by @ibraheem-abe in https://github.com/opentensor/btcli/pull/519
16+
17+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.7.1...v9.8.0
18+
319
## 9.7.1/2025-06-26
420

521
## 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 = "setuptools.build_meta"
44

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

0 commit comments

Comments
 (0)