Skip to content

Commit 27eb874

Browse files
authored
Merge pull request #435 from opentensor/changelog/940
9.4.0: Bumps version and changelog
2 parents 93bf713 + aae65f6 commit 27eb874

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 9.4.0 /2025-04-17
4+
5+
## What's Changed
6+
* Formatting/ruff fixes by @thewhaleking in https://github.com/opentensor/btcli/pull/426
7+
* Allows for torch 2.6+ by @thewhaleking in https://github.com/opentensor/btcli/pull/427
8+
* chore: fixed version format error and improved readability by @mdqst in https://github.com/opentensor/btcli/pull/428
9+
* Fixes help msg of safe staking help (in stake add etc) by @ibraheem-abe in https://github.com/opentensor/btcli/pull/432
10+
* Feat/start call by @ibraheem-abe in https://github.com/opentensor/btcli/pull/434
11+
12+
## New Contributors
13+
* @mdqst made their first contribution in https://github.com/opentensor/btcli/pull/428
14+
15+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.3.0...v9.4.0
16+
317
## 9.3.0 /2025-04-09
418

519
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor-cli"
7-
version = "9.3.0"
7+
version = "9.4.0"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)