From af41c6f80f9eed9db6b269f6ea228fc6a1fbef3d Mon Sep 17 00:00:00 2001 From: bdhimes Date: Tue, 21 Oct 2025 22:13:51 +0200 Subject: [PATCH] Bump changelog + version --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd1e14..eaf50b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## 1.5.8 /2025-10-21 +* Fix parameter name conflict in retry substrate _retry() methods by @Arthurdw in https://github.com/opentensor/async-substrate-interface/pull/218 +* Use uv for test dependencies by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/219 +* Reconnection/Resubmission Logic Improved by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/217 + +## New Contributors +* @Arthurdw made their first contribution in https://github.com/opentensor/async-substrate-interface/pull/218 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.5.7...v1.5.8 + ## 1.5.7 /2025-10-15 * Updates the type hint on ws_shutdown_timer in RetryAsyncSubstrate by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/203 * correct type hint by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/204 diff --git a/pyproject.toml b/pyproject.toml index f194af7..ddb2b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.5.7" +version = "1.5.8" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }