diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bfb4041..91aaf6ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 9.4.3 /2025-04-29 + +## What's Changed +* Avoid scientific notation output by @thewhaleking in https://github.com/opentensor/btcli/pull/459 +* Use generic types by @thewhaleking in https://github.com/opentensor/btcli/pull/458 +* Suppress async substrate warning by @thewhaleking in https://github.com/opentensor/btcli/pull/463 +* Remove unused dependency by @thewhaleking in https://github.com/opentensor/btcli/pull/460 +* fix: fix typo "accross" by @gap-editor in https://github.com/opentensor/btcli/pull/461 + +## New Contributors +* @gap-editor made their first contribution in https://github.com/opentensor/btcli/pull/461 + +**Full Changelog**: https://github.com/opentensor/btcli/compare/v9.4.2...v9.4.3 + ## 9.4.2 /2025-04-22 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index d709502c8..c1b96f0e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bittensor-cli" -version = "9.4.2" +version = "9.4.3" description = "Bittensor CLI" readme = "README.md" authors = [