Skip to content

Commit d0189e1

Browse files
authored
Merge pull request #2962 from opentensor/changelog/982
9.8.2: Bumps version and changelog
2 parents a6b9ebe + 9f1af3e commit d0189e1

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.2 /2025-07-10
4+
5+
## What's Changed
6+
* edit docstrings by @MichaelTrestman in https://github.com/opentensor/bittensor/pull/2951
7+
* fix and improve e2e stake fee test by @basfroman in https://github.com/opentensor/bittensor/pull/2959
8+
* Make DynamicInfo backwards compatible by @basfroman in https://github.com/opentensor/bittensor/pull/2958
9+
* Update staking fee logic by @basfroman in https://github.com/opentensor/bittensor/pull/2961
10+
11+
## New Contributors
12+
* @MichaelTrestman made their first contribution in https://github.com/opentensor/bittensor/pull/2951
13+
14+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.8.1...v9.8.2
15+
316
## 9.8.1 /2025-07-08
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"
7-
version = "9.8.1"
7+
version = "9.8.2"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)