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.10.1 /2025-09-05

## What's Changed
* Async Get_balances at a specific block returns current block by @basfroman in https://github.com/opentensor/bittensor/pull/3043
* Fix bug if `block==0` by @basfroman in https://github.com/opentensor/bittensor/pull/3044
* docs: Update Bittensor documentation link by @Galoretka in https://github.com/opentensor/bittensor/pull/3040

## New Contributors
* @Galoretka made their first contribution in https://github.com/opentensor/bittensor/pull/3040

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.10.0...v9.10.1

## 9.10.0 /2025-08-28

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