Skip to content

Commit 83acb8c

Browse files
authored
Merge pull request #119 from opentensor/changelog/121
1.2.1: Updates change-log and version
2 parents 70ad1a5 + d976382 commit 83acb8c

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
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.2.1 /2025-05-12
4+
5+
## What's Changed
6+
* Remove testing print calls. by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/117
7+
* Fix name shadowing by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/118
8+
9+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.2.0...v1.2.1
10+
311
## 1.2.0 /2025-05-07
412

513
## What's Changed

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.0"
3+
version = "1.2.1"
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)