From 5428c023b9a3795a84176a6904b9f60905d133b0 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 15 Jan 2026 14:06:16 -0800 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99297d0a..75a7b67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From f779221fbdec6746f7f5fa2520f98007feb91385 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 15 Jan 2026 14:06:27 -0800 Subject: [PATCH 2/2] bumps version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d24cd16a..3ec9af78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [