From 18f165a8711e3c0587c327d5d1dbbeb330b3e50b Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 7 May 2025 13:23:51 -0700 Subject: [PATCH] Bumps version and changelog --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3454ca7..009945c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 1.2.0 /2025-05-07 + +## What's Changed +* Add missing methods by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/104 +* Max subscriptions semaphore added by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/107 +* Expose `_get_block_handler` publicly by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/108 +* safe `__del__` by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/110 +* Tensorshield/main by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/111 +* Support async key implementations by @immortalizzy in https://github.com/opentensor/async-substrate-interface/pull/94 +* Add MetadataAtVersionNotFound error by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/113 +* Fallback chains by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/100 + +## New Contributors +* @immortalizzy made their first contribution in https://github.com/opentensor/async-substrate-interface/pull/94 + +**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.1.1...v1.2.0 + ## 1.1.1 /2025-04-26 ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index f5b7cec..cdfa7e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "async-substrate-interface" -version = "1.1.1" +version = "1.2.0" description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface" readme = "README.md" license = { file = "LICENSE" }