Skip to content

Commit 3696344

Browse files
authored
Merge pull request #270 from opentensor/changelog/162
Changelog:1.6.2
2 parents 2b7a5a9 + 63c3caa commit 3696344

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.6.2 /2025-02-19
4+
5+
## What's Changed
6+
* Typing by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/265
7+
* Cache Improvements by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/267
8+
* improve (async) query map result by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/266
9+
* Use threaded bt-decode by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/268
10+
* Feat: Handle new error message fmt for InBlock source by @ibraheem-abe in https://github.com/opentensor/async-substrate-interface/pull/269
11+
* Update: Remove python 3.9 support by @ibraheem-abe in https://github.com/opentensor/async-substrate-interface/pull/271
12+
13+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.6.1...v1.6.2
14+
315
## 1.6.1 /2025-02-03
416
* RuntimeCache updates by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/260
517
* fix memory leak by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/261

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-substrate-interface"
3-
version = "1.6.1"
3+
version = "1.6.2"
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)