From 222ed8858e83b1d80d1372eebccca6f78e68ce2c Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Thu, 10 Jul 2025 15:47:11 -0700 Subject: [PATCH 1/2] Bumps version and changelog --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed8fe430..37a8037c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 9.8.4 /2025-07-10 +* Updates fee unit conversion by @ibraheem-abe in https://github.com/opentensor/btcli/pull/542 + +**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 diff --git a/pyproject.toml b/pyproject.toml index 0c011aba9..4e4363456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ From d2cd4fc5f56e91352a38808db394d36939d6d887 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Thu, 10 Jul 2025 15:48:39 -0700 Subject: [PATCH 2/2] updates changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a8037c1..a64bd1608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # 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