Skip to content

Commit 58ee561

Browse files
authored
Merge pull request #229 from opentensor/changelog/1.5.9
Changelog + version
2 parents 9bd5c89 + de18320 commit 58ee561

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,4 +1,16 @@
11
# Changelog
2+
## 1.5.9 /2025-10-29
3+
* Adds metadata call functions retrieval by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/223
4+
* move metadata methods to SubstrateMixin by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/224
5+
* Update get_payment_info to include addl params by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/226
6+
* Python 3.14 by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/228
7+
* Support python 3.14 by @Moisan in https://github.com/opentensor/async-substrate-interface/pull/210
8+
9+
## New Contributors
10+
* @Moisan made their first contribution in https://github.com/opentensor/async-substrate-interface/pull/210
11+
12+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.5.8...v1.5.9
13+
214
## 1.5.8 /2025-10-21
315
* Fix parameter name conflict in retry substrate _retry() methods by @Arthurdw in https://github.com/opentensor/async-substrate-interface/pull/218
416
* Use uv for test dependencies by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/219

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.5.8"
3+
version = "1.5.9"
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)