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.19.0 /2026-03-02
## 9.20.0 /2026-03-24

## What's Changed
* feat: Add batch extrinsic support to reduce transaction fees by @bittoby in https://github.com/opentensor/btcli/pull/863
* Fixes an issue (my fault) where `process_nested` can really be `Any`,… by @thewhaleking in https://github.com/opentensor/btcli/pull/869
* Feat/coldkey swap clear by @ibraheem-abe in https://github.com/opentensor/btcli/pull/871

## New Contributors
* @bittoby made their first contribution in https://github.com/opentensor/btcli/pull/863

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.19.0...v9.20.0

## 9.19.0 /2026-03-19

## What's Changed
* fix: JSON output empty for `btcli subnets list --json-out` command by @GlobalStar117 in https://github.com/opentensor/btcli/pull/800
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 = "flit_core.buildapi"

[project]
name = "bittensor-cli"
version = "9.19.0"
version = "9.20.0"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading