Skip to content

Commit 437a9b8

Browse files
committed
Update changelog + version
1 parent 38e0943 commit 437a9b8

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

3+
## 9.9.0 /2025-08-11
4+
5+
## What's Changed
6+
* Fix crv3 tests after devnet-ready get `CRV3WeightCommitsV2` by @basfroman in https://github.com/opentensor/bittensor/pull/2978
7+
* Add webhook for failed nightly tests by @basfroman in https://github.com/opentensor/bittensor/pull/2987
8+
* Fix liquidity test (non-fast-blocks node) by @basfroman in https://github.com/opentensor/bittensor/pull/2988
9+
* improve nightly logic by @basfroman in https://github.com/opentensor/bittensor/pull/2989
10+
* improve nightly 2 by @basfroman in https://github.com/opentensor/bittensor/pull/2990
11+
* Add `get_stake_weight` methods by @basfroman in https://github.com/opentensor/bittensor/pull/2985
12+
* Handles both exceptions for Swap pallet fetching by @thewhaleking in https://github.com/opentensor/bittensor/pull/2991
13+
* chore: fix typo by @socialsister in https://github.com/opentensor/bittensor/pull/2969
14+
* optimisations mostly related to liquidity_list by @thewhaleking in https://github.com/opentensor/bittensor/pull/2980
15+
* Transfers improvements by @thewhaleking in https://github.com/opentensor/bittensor/pull/2993
16+
* Remove ownership check in `transfer_stake_extrinsic` and `swap_stake_extrinsic` by @basfroman in https://github.com/opentensor/bittensor/pull/2996
17+
* Missed await by @thewhaleking in https://github.com/opentensor/bittensor/pull/3002
18+
* chore: fix typo by @lechpzn in https://github.com/opentensor/bittensor/pull/3001
19+
* Adds note for installing on macOS by @thewhaleking in https://github.com/opentensor/bittensor/pull/3004
20+
* Bump bittensor-wallet version by @thewhaleking in https://github.com/opentensor/bittensor/pull/3005
21+
* Format Error with string docs by @thewhaleking in https://github.com/opentensor/bittensor/pull/3006
22+
* `LoggingMachine` initialization updated to explicitly call both parent constructors by @basfroman in https://github.com/opentensor/bittensor/pull/3008
23+
* Fixed `moving_price` conversion from `I96F32` to float by @mcjkula in https://github.com/opentensor/bittensor/pull/3010
24+
* Add new CRv4 logic by @basfroman in https://github.com/opentensor/bittensor/pull/2999
25+
* UV Fix by @thewhaleking in https://github.com/opentensor/bittensor/pull/3011
26+
27+
## New Contributors
28+
* @socialsister made their first contribution in https://github.com/opentensor/bittensor/pull/2969
29+
* @lechpzn made their first contribution in https://github.com/opentensor/bittensor/pull/3001
30+
* @mcjkula made their first contribution in https://github.com/opentensor/bittensor/pull/3010
31+
32+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.8.3...v9.9.0
33+
334
## 9.8.3 /2025-07-18
435
* improve make file by @basfroman in https://github.com/opentensor/bittensor/pull/2965
536
* Move all workflows from `app.circleci.com` to `GH actions` by @basfroman in https://github.com/opentensor/bittensor/pull/2970

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.3"
7+
version = "9.9.0"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)