From 83ee17e5fc541fb3d575e26c7c258956bb6a624e Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Mon, 17 Feb 2025 12:25:59 -0800 Subject: [PATCH] Bumps version and changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cca88e..166e9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## What's Changed +* Updates type for vec acc id by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/45 +* Backmerge main staging 101 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/48 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.0.0...v1.0.1 + ## 1.0.0 /2025-02-13 ## What's new diff --git a/pyproject.toml b/pyproject.toml index c865ca6..a70e722 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.0.0" +version = "1.0.1" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }