We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5698757 + ab1d9a3 commit a07ca5cCopy full SHA for a07ca5c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.0.6 /2025-03-12
4
+
5
+## What's Changed
6
+* On-disk cache by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/67
7
8
+**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.0.5...v1.0.6
9
10
## 1.0.5 /2025-03-06
11
12
## What's Changed
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "async-substrate-interface"
-version = "1.0.5"
+version = "1.0.6"
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments