Skip to content

120: Bumps version and changelog #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
Loading