Skip to content

Commit b816b78

Browse files
authored
Merge pull request #464 from opentensor/changelog/943
9.4.3: Bumps version and changelog
2 parents 811107d + f3351fc commit b816b78

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.3 /2025-04-29
4+
5+
## What's Changed
6+
* Avoid scientific notation output by @thewhaleking in https://github.com/opentensor/btcli/pull/459
7+
* Use generic types by @thewhaleking in https://github.com/opentensor/btcli/pull/458
8+
* Suppress async substrate warning by @thewhaleking in https://github.com/opentensor/btcli/pull/463
9+
* Remove unused dependency by @thewhaleking in https://github.com/opentensor/btcli/pull/460
10+
* fix: fix typo "accross" by @gap-editor in https://github.com/opentensor/btcli/pull/461
11+
12+
## New Contributors
13+
* @gap-editor made their first contribution in https://github.com/opentensor/btcli/pull/461
14+
15+
**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.2...v9.4.3
16+
317
## 9.4.2 /2025-04-22
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.4.2"
7+
version = "9.4.3"
88
description = "Bittensor CLI"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)