Skip to content

Commit 72252f7

Browse files
committed
Updates changelog and version
1 parent faa14ed commit 72252f7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## 1.2.1 /2025-05-22
44

5+
* Add GH test runner by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/129
6+
* Edge Case Fixes by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/127
7+
* Add archive node to retry substrate by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/128
8+
9+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.2.2...v1.3.0
10+
11+
## 1.2.1 /2025-05-22
12+
513
## What's Changed
614
* Add proper mock support by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/123
715
* Handle Incorrect Timeouts by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/124

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.2.2"
3+
version = "1.3.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)