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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 9.8.4 /2025-07-10

## What's Changed
* Update docs URL by @HudsonGraeme in https://github.com/opentensor/btcli/pull/536
* Updates fee unit conversion by @ibraheem-abe in https://github.com/opentensor/btcli/pull/542

## New Contributors
* @HudsonGraeme made their first contribution in https://github.com/opentensor/btcli/pull/536

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

## 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
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.3"
version = "9.8.4"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading