From 7903d8678717a71870e74f8eef35577de22e0b83 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Mon, 7 Jul 2025 16:41:50 -0700 Subject: [PATCH] Updates version and changelog --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06cebcbe..cded2eb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 9.8.0/2025-07-07 + +## What's Changed +* Feat/logo urls in subnet identity by @ibraheem-abe in https://github.com/opentensor/btcli/pull/504 +* Feat/swap hotkey with netuids by @ibraheem-abe in https://github.com/opentensor/btcli/pull/503 +* Backmerge main staging by @ibraheem-abe in https://github.com/opentensor/btcli/pull/508 +* Ensures network local is used if forgotten in e2e tests by @thewhaleking in https://github.com/opentensor/btcli/pull/497 +* Convert hyperparams from strings by @thewhaleking in https://github.com/opentensor/btcli/pull/510 +* Ensure we parse strings for param names by @thewhaleking in https://github.com/opentensor/btcli/pull/511 +* add snake case aliases by @thewhaleking in https://github.com/opentensor/btcli/pull/514 +* Better checks the swap status by @thewhaleking in https://github.com/opentensor/btcli/pull/485 +* Integrate Liquidity Provider feature by @basfroman in https://github.com/opentensor/btcli/pull/515 +* Updates safe staking/unstaking limits by @ibraheem-abe in https://github.com/opentensor/btcli/pull/519 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.7.1...v9.8.0 + ## 9.7.1/2025-06-26 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index ff7a019e3..d733a105e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.7.1" +version = "9.8.0" description = "Bittensor CLI" readme = "README.md" authors = [