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
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## 9.5.0 /2025-05-15
## 9.6.1 /2025-05-22

## What's Changed
* Release/9.6.0 by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/2882
* Add stake before check `validator_permit` by @basfroman in https://github.com/opentensor/bittensor/pull/2884
* Add defaults for endpoint and network from local env by @basfroman in https://github.com/opentensor/bittensor/pull/2886
* Improve error message by @basfroman in https://github.com/opentensor/bittensor/pull/2888
* Make `unstake` and `unstake_multiple` for all Alphas more clear by @basfroman in https://github.com/opentensor/bittensor/pull/2885
* fix publish metadata by @basfroman in https://github.com/opentensor/bittensor/pull/2890

**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.6.0...v9.6.1

## 9.6.0 /2025-05-15

* Add manual way to show the size of virtual environments in the PR by @basfroman in https://github.com/opentensor/bittensor/pull/2875
* Improve `Monitor SDK Requirements Size` workflow by @basfroman in https://github.com/opentensor/bittensor/pull/2878
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.6.0"
version = "9.6.1"
description = "Bittensor"
readme = "README.md"
authors = [
Expand Down
Loading