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

## 9.8.3 /2025-07-18
* improve make file by @basfroman in https://github.com/opentensor/bittensor/pull/2965
* Move all workflows from `app.circleci.com` to `GH actions` by @basfroman in https://github.com/opentensor/bittensor/pull/2970
* Improve `changelog` workflow by @basfroman in https://github.com/opentensor/bittensor/pull/2973
* fix e2e test after devnet-ready get new fee by @basfroman in https://github.com/opentensor/bittensor/pull/2975
* Add SECURITY.md by @basfroman in https://github.com/opentensor/bittensor/pull/2976
* Improve test infrastructure by @basfroman in https://github.com/opentensor/bittensor/pull/2974
* Add labels checker by @basfroman in https://github.com/opentensor/bittensor/pull/2977
* Use specified block/hash in metagraph, get_subnet, get_all_subnets by @thewhaleking in https://github.com/opentensor/bittensor/pull/2979

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

## 9.8.2 /2025-07-10

## What's Changed
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"
version = "9.8.2"
version = "9.8.3"
description = "Bittensor"
readme = "README.md"
authors = [
Expand Down
Loading