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

## 9.1.4 /2025-03-13

## What's Changed
* Disk-Cache Async-Substrate-Interface Calls by @thewhaleking in https://github.com/opentensor/btcli/pull/368
* COLOR_PALETTE refactor by @thewhaleking in https://github.com/opentensor/btcli/pull/386
* Code Cleanup by @thewhaleking in https://github.com/opentensor/btcli/pull/381
* Adds rate-tolerance alias by @ibraheem-opentensor in https://github.com/opentensor/btcli/pull/387

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.1.3...v9.1.4

## 9.1.3 /2025-03-12

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


__version__ = "9.1.3"
__version__ = "9.1.4"
__version_as_int__ = version_as_int(__version__)
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.1.3"
version = "9.1.4"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down
Loading