Skip to content

Commit e0b7aa3

Browse files
authored
Merge pull request #131 from opentensor/update-changelog-version
Updates changelog and version
2 parents faa14ed + b5106e3 commit e0b7aa3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## 1.2.1 /2025-05-22
3+
## 1.3.0 /2025-06-10
4+
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.2 /2025-05-22
412

513
## What's Changed
614
* Add proper mock support by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/123

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)