We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88013cc commit 6c0e50fCopy full SHA for 6c0e50f
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.0.0rc12 /2025-02-07
4
+* python 3.9 support by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/33
5
+
6
## 1.0.0rc11 /2025-02-06
7
* Reuses the websocket for sync Substrate by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/29
8
* Feat/metadata v15 cache by @camfairchild in https://github.com/opentensor/async-substrate-interface/pull/30
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "async-substrate-interface"
-version = "1.0.0rc11"
+version = "1.0.0rc12"
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments