Skip to content

Commit 4948847

Browse files
committed
Changelog + version
1 parent be255c0 commit 4948847

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## 1.5.3 /2025-09-16
3+
* edge case query map keys by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/186
4+
5+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.5.2...v1.5.3
6+
27
## 1.5.2 /2025-09-08
38
* Improve test workflows by @basfroman in https://github.com/opentensor/async-substrate-interface/pull/173
49
* Adds env var support for setting cache size by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/174

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.2"
3+
version = "1.5.3"
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)