From 6bcf9957e913e2ab4491028c3621c2228ea8d82e Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 12 Mar 2025 13:34:55 -0700 Subject: [PATCH] Updates changelog and version --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 650c5bf..319c008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.0.7 /2025-03-12 + +## What's Changed +* Improves the logic of the disk cache so that it doesn't spill over by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/76 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.0.6...v1.0.7 + ## 1.0.6 /2025-03-12 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index 0722fcd..c5584d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.0.6" +version = "1.0.7" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }