Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog

## 9.8.2/2025-07-09
## 9.8.3 /2025-07-10
* Updates stake move table with rate applied correctly. by @thewhaleking in https://github.com/opentensor/btcli/pull/538
* change stake fee calculation by @thewhaleking in https://github.com/opentensor/btcli/pull/539

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.2...v9.8.3

## 9.8.2 /2025-07-09
* Ensure that the fees are shown in alpha, not Tao. by @thewhaleking in https://github.com/opentensor/btcli/pull/530
* remove unused subnet names mapping by @thewhaleking in https://github.com/opentensor/btcli/pull/531


**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.1...v9.8.2

## 9.8.1/2025-07-08
## 9.8.1 /2025-07-08

## What's Changed
* Fixed broken type annotation. by @thewhaleking in https://github.com/opentensor/btcli/pull/523
Expand All @@ -20,7 +25,7 @@

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.0...v9.8.1

## 9.8.0/2025-07-07
## 9.8.0 /2025-07-07

## What's Changed
* Feat/logo urls in subnet identity by @ibraheem-abe in https://github.com/opentensor/btcli/pull/504
Expand All @@ -36,23 +41,23 @@

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.7.1...v9.8.0

## 9.7.1/2025-06-26
## 9.7.1 /2025-06-26

## What's Changed
* Convert hyperparams from strings by @thewhaleking in https://github.com/opentensor/btcli/pull/510
* Ensure we parse strings for param names by @thewhaleking in https://github.com/opentensor/btcli/pull/511

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.7.0...v9.7.1

## 9.7.0/2025-06-16
## 9.7.0 /2025-06-16

## What's Changed
* Add `SKIP_PULL` variable for conftest.py by @basfroman in https://github.com/opentensor/btcli/pull/502
* Feat: Adds netuid support in swap_hotkeys by @ibraheem-abe in https://github.com/opentensor/btcli/pull/505

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.6.0...v9.7.0

## 9.6.0/2025-06-12
## 9.6.0 /2025-06-12

## What's Changed
* Allows for staking to multiple netuids in one btcli command by @thewhaleking in https://github.com/opentensor/btcli/pull/481
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bittensor-cli"
version = "9.8.2"
version = "9.8.3"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading