Skip to content

Commit 39473a1

Browse files
authored
Merge pull request #170 from opentensor/changelog/1.5.1
changelog + version
2 parents d543b50 + e491308 commit 39473a1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.1 /2025-08-05
4+
* query multiple/decoding fix by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/168
5+
* Fix reconnection logic by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/169
6+
7+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.5.0...v1.5.1
8+
39
## 1.5.0 /2025-08-04
410
* ConcurrencyError fix by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/162
511
* Added better typing by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/163

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-substrate-interface"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)