From 0be5d903390fc7e2e0bbcf6b409812bf3ca0a568 Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Mon, 10 Feb 2025 13:55:11 -0800 Subject: [PATCH] Bumps version and changelog --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4901703..c4b6d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0rc13 /2025-02-10 +* Improve logging by @roman-opentensor and @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/36 +* Backmerge main to staging rc12 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/37 + ## 1.0.0rc12 /2025-02-07 * python 3.9 support by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/33 diff --git a/pyproject.toml b/pyproject.toml index 3cb5275..ca35ba4 100644 --- a/pyproject.toml +++ b/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" }