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

## 9.0.3 /2025-02-26

## What's Changed
* Release/9.0.2 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2696
* fix: typos in config test by @EricHasegawa in https://github.com/opentensor/bittensor/pull/2693
* Removes limits in async + unstake_multiple by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2701
* Fixes get_all_commitments, adds tests. by @thewhaleking in https://github.com/opentensor/bittensor/pull/2699
* Use `.value` in e2e test by @thewhaleking in https://github.com/opentensor/bittensor/pull/2700
* Fix e2e test setup by @thewhaleking in https://github.com/opentensor/bittensor/pull/2681
* Dendrite `__del__` method fix by @thewhaleking in https://github.com/opentensor/bittensor/pull/2702
* Fix E2E test_set_weights by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2703
* Updates test incentive by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2688
* Add `get_timestamp` method by @thewhaleking in https://github.com/opentensor/bittensor/pull/2704
* fix: async get_delegated by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2706
* Properly mock data_chain class methods by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2705
* Install btcli from install sh by @thewhaleking in https://github.com/opentensor/bittensor/pull/2708
* Bumps dependencies of async substrate + btwallet by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2710
* Backmerge/main to staging 902 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2711

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

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.0.2...v9.0.3

## 9.0.2 /2025-02-24

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.2
9.0.3
2 changes: 1 addition & 1 deletion bittensor/core/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "9.0.2"
__version__ = "9.0.3"

import os
import re
Expand Down
Loading