We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c4303 commit 8b2a104Copy full SHA for 8b2a104
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.2.1 /2025-05-22
4
+
5
+## What's Changed
6
+* Add proper mock support by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/123
7
+* Handle Incorrect Timeouts by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/124
8
9
+**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.2.1...v1.2.2
10
11
## 1.2.1 /2025-05-12
12
13
## What's Changed
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "async-substrate-interface"
-version = "1.2.1"
+version = "1.2.2"
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments