diff --git a/CHANGELOG.md b/CHANGELOG.md index e28ba24627..8ae0497155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 9.0.5 /2025-03-12 + +## What's Changed +* Refactor duplicated unittests code by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2724 +* Use uv for circleci by @thewhaleking in https://github.com/opentensor/bittensor/pull/2729 +* Fix E2E test_metagraph_info by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2728 +* Tests: deduplicate fake_wallet and correctly create Mock by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2730 +* E2E Test: wait cooldown period to check set_children effect by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2733 +* Tests: wait for Miner/Validator to fully start by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2737 +* All metagraph subtensor methods now use block by @thewhaleking in https://github.com/opentensor/bittensor/pull/2738 +* Tests: increse test_incentive timeout + fix sudo_set_weights_set_rate_limit by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2739 +* Feat/safe staking by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2736 + +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.0.4...v9.0.5 + ## 9.0.4 /2025-03-06 ## What's Changed diff --git a/VERSION b/VERSION index 93c8cbd8ab..171d800e0f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.4 \ No newline at end of file +9.0.5 \ No newline at end of file diff --git a/bittensor/core/settings.py b/bittensor/core/settings.py index 53eb32266a..94f26ae138 100644 --- a/bittensor/core/settings.py +++ b/bittensor/core/settings.py @@ -1,4 +1,4 @@ -__version__ = "9.0.4" +__version__ = "9.0.5" import os import re diff --git a/pyproject.toml b/pyproject.toml index e618850dd7..45f9f989ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor" -version = "9.0.4" +version = "9.0.5" description = "Bittensor" readme = "README.md" authors = [