Skip to content

Commit ebcc596

Browse files
committed
Bumps version and changelog
1 parent cc31473 commit ebcc596

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.4 /2025-03-05
4+
5+
## What's Changed
6+
* Warn users about too old blocks by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/60
7+
* Runtime version fixes by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/65
8+
* Feat/mvds00/runtime version fixes by @mvds00 in https://github.com/opentensor/async-substrate-interface/pull/63
9+
* Backmerge main to staging 103 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/66
10+
11+
## New Contributors
12+
* @mvds00 made their first contribution in https://github.com/opentensor/async-substrate-interface/pull/63
13+
14+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.0.3...v1.0.4
15+
316
## 1.0.3 /2025-02-20
417

518
## 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.0.3"
3+
version = "1.0.4"
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)