We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdfb29b + d8e69b2 commit 4666bfeCopy full SHA for 4666bfe
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.0.0rc9 /2025-01-30
4
+* Fixes decoding account ids
5
+
6
## 1.0.0rc8 /2025-01-30
7
* Minor bug fixes
8
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "async-substrate-interface"
-version = "1.0.0rc8"
+version = "1.0.0rc9"
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments