From faab57c75c3b25dc1d7975e1f17306b51f4b14cf Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Mon, 17 Mar 2025 12:37:56 -0700 Subject: [PATCH] Bumps version and changelog --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 319c008..735b296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.8 /2025-03-17 + +## What's Changed +* Allows installing on Python 3.13 by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/79 +* Support Option types by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/80 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.0.7...v1.0.8 + ## 1.0.7 /2025-03-12 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 3aadcc9..3fff69a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.0.7" +version = "1.0.8" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }