Skip to content

Commit 3c1efb8

Browse files
authored
Merge pull request #3088 from opentensor/changelog/9.12.0
Bump version and update CHANGELOG.md
2 parents 4182d96 + d950213 commit 3c1efb8

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.12.0 /2025-10-08
4+
5+
## What's Changed
6+
* Websocket Stub Generator Script by @thewhaleking in https://github.com/opentensor/bittensor/pull/3067
7+
* set auto hotkey per subnet by @basfroman in https://github.com/opentensor/bittensor/pull/3062
8+
* Update `get_neuron_for_pubkey_and_subnet` to use block_hash instead of block and block_hash by @yuma-doc in https://github.com/opentensor/bittensor/pull/3084
9+
* Improves `determine_block_hash` method of `AsyncSubtensor` by @thewhaleking in https://github.com/opentensor/bittensor/pull/3087
10+
11+
## New Contributors
12+
* @yuma-doc made their first contribution in https://github.com/opentensor/bittensor/pull/3084
13+
14+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.11.1...v9.12.0
15+
316
## 9.11.1 /2025-09-25
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.11.1"
7+
version = "9.12.0"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)