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

## 9.2.1 /2025-04-09
## 9.3.0 /2025-04-09

## What's Changed
* Fix e2e test by @basfroman in https://github.com/opentensor/btcli/pull/396
Expand All @@ -24,7 +24,7 @@
* Update revoke children language by @thewhaleking in https://github.com/opentensor/btcli/pull/417
* Revert "new color palette" by @thewhaleking in https://github.com/opentensor/btcli/pull/420

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.2.0...v9.2.1
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.2.0...v9.3.0

## 9.2.0 /2025-03-18

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-cli"
version = "9.2.1"
version = "9.3.0"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading