Skip to content

Commit

Permalink
Merge pull request #346 from opentensor/backmerge-main-staging-903
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor authored Feb 28, 2025
2 parents b071fd8 + a72f68a commit 67faaf1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 9.0.3 /2025-02-26

## What's Changed
* Update wording for burn for sn registration by @thewhaleking in https://github.com/opentensor/btcli/pull/333
* [fix] use chk_take = 0 if None by @camfairchild in https://github.com/opentensor/btcli/pull/335
* Use `unlock_key` fn globally by @thewhaleking in https://github.com/opentensor/btcli/pull/336
* Updates Rust version to stable by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/339
* Warn Users When Setting Root-Only Hyperparams by @thewhaleking in https://github.com/opentensor/btcli/pull/337
* st transfer allow hotkey ss58 by @thewhaleking in https://github.com/opentensor/btcli/pull/338
* Git not required by @thewhaleking in https://github.com/opentensor/btcli/pull/341
* Adds limit of ss58 addresses per call when fetching total_stake by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/340
* Backmerge/main staging 902 by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/342

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

## 9.0.2 /2025-02-20

## What's Changed
Expand Down
3 changes: 1 addition & 2 deletions bittensor_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ def version_as_int(version):
__new_signature_version__ = 360
return __version_as_int__


__version__ = "9.0.2"
__version__ = "9.0.3"
__version_as_int__ = version_as_int(__version__)

0 comments on commit 67faaf1

Please sign in to comment.