Skip to content

Commit c1cac5c

Browse files
authored
Merge pull request #527 from opentensor/changelog/981
9.8.1: Bumps version and changelog
2 parents a0fb6cb + 82445e4 commit c1cac5c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 9.8.1/2025-07-08
4+
5+
## What's Changed
6+
* Fixed broken type annotation. by @thewhaleking in https://github.com/opentensor/btcli/pull/523
7+
* Update/slippage price calcs by @ibraheem-abe in https://github.com/opentensor/btcli/pull/526
8+
* Partially fix slippage display by @gztensor in https://github.com/opentensor/btcli/pull/524
9+
* stake add: netuid 0 by @thewhaleking in https://github.com/opentensor/btcli/pull/525
10+
11+
## New Contributors
12+
* @gztensor made their first contribution in https://github.com/opentensor/btcli/pull/524
13+
14+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.8.0...v9.8.1
15+
316
## 9.8.0/2025-07-07
417

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

0 commit comments

Comments
 (0)