Skip to content

Commit a6a2c27

Browse files
authored
Merge pull request #115 from opentensor/changelog/120
120: Bumps version and changelog
2 parents c009d95 + 18f165a commit a6a2c27

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.2.0 /2025-05-07
4+
5+
## What's Changed
6+
* Add missing methods by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/104
7+
* Max subscriptions semaphore added by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/107
8+
* Expose `_get_block_handler` publicly by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/108
9+
* safe `__del__` by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/110
10+
* Tensorshield/main by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/111
11+
* Support async key implementations by @immortalizzy in https://github.com/opentensor/async-substrate-interface/pull/94
12+
* Add MetadataAtVersionNotFound error by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/113
13+
* Fallback chains by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/100
14+
15+
## New Contributors
16+
* @immortalizzy made their first contribution in https://github.com/opentensor/async-substrate-interface/pull/94
17+
18+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.1.1...v1.2.0
19+
320
## 1.1.1 /2025-04-26
421

522
## What's Changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-substrate-interface"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)