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.
2 parents 70ad1a5 + d976382 commit 83acb8cCopy full SHA for 83acb8c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.2.1 /2025-05-12
4
+
5
+## What's Changed
6
+* Remove testing print calls. by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/117
7
+* Fix name shadowing by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/118
8
9
+**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.2.0...v1.2.1
10
11
## 1.2.0 /2025-05-07
12
13
## What's Changed
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "async-substrate-interface"
-version = "1.2.0"
+version = "1.2.1"
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments