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

## 9.18.0 /2026-01-15

## What's Changed
* Standardize Success Message Printing with print.success by @leonace924 in https://github.com/opentensor/btcli/pull/786
* Fix live display formatting on macOS Terminal.app by @calm329 in https://github.com/opentensor/btcli/pull/789
* Update User Liquidity E2E test by @ibraheem-abe in https://github.com/opentensor/btcli/pull/794
* updated proxy help text by @chideraao in https://github.com/opentensor/btcli/pull/788
* Update DurationOfStartCall -> InitialStartCallDelay by @ibraheem-abe in https://github.com/opentensor/btcli/pull/797
* Feat: Add protection warnings by @ibraheem-abe in https://github.com/opentensor/btcli/pull/799
* feat: Add crowdloan contributors command and enhance create/view functionality by @circlecrystalin & @ibraheem-abe in https://github.com/opentensor/btcli/pull/776

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

**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.17.0...v9.18.0

## 9.17.0 /2025-12-22

## What's Changed
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.17.0"
version = "9.18.0"
description = "Bittensor CLI"
readme = "README.md"
authors = [
Expand Down