From 8a4fe3fc522c3bade33f5309057b64fbd08d5d0e Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 19 Feb 2026 16:06:20 -0800 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cf15f..8f0d82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.6.2 /2025-02-19 + +## What's Changed +* Typing by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/265 +* Cache Improvements by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/267 +* improve (async) query map result by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/266 +* Use threaded bt-decode by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/268 +* Feat: Handle new error message fmt for InBlock source by @ibraheem-abe in https://github.com/opentensor/async-substrate-interface/pull/269 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.6.1...v1.6.2 + ## 1.6.1 /2025-02-03 * RuntimeCache updates by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/260 * fix memory leak by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/261 From 09b7ce465945f264f5109ca61baf30f9376e6271 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 19 Feb 2026 16:06:29 -0800 Subject: [PATCH 2/3] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 836c4e8..1630545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.6.1" +version = "1.6.2" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" } From 63c3caa1a9058624b8686d6ab03b7312f13031cc Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Thu, 19 Feb 2026 16:31:32 -0800 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f0d82b..c601550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * improve (async) query map result by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/266 * Use threaded bt-decode by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/268 * Feat: Handle new error message fmt for InBlock source by @ibraheem-abe in https://github.com/opentensor/async-substrate-interface/pull/269 +* Update: Remove python 3.9 support by @ibraheem-abe in https://github.com/opentensor/async-substrate-interface/pull/271 **Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.6.1...v1.6.2