We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 877c01b + 0be5d90 commit 636d501Copy full SHA for 636d501
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.0rc13 /2025-02-10
4
+* Improve logging by @roman-opentensor and @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/36
5
+* Backmerge main to staging rc12 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/37
6
+
7
## 1.0.0rc12 /2025-02-07
8
* python 3.9 support by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/33
9
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "async-substrate-interface"
-version = "1.0.0rc12"
+version = "1.0.0rc13"
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
readme = "README.md"
license = { file = "LICENSE" }
0 commit comments