Skip to content

Commit 52ea239

Browse files
authored
Merge pull request #88 from opentensor/bumps/1.0.8
1.0.9: Bumps version and changelog
2 parents 510a6a1 + 51e889a commit 52ea239

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.9 /2025-03-26
4+
5+
## What's Changed
6+
* Add workflows for run SDK and BTCLI tests if labels are applied by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/83
7+
* Update docker image name by @roman-opentensor in https://github.com/opentensor/async-substrate-interface/pull/85
8+
* Updates `_load_registry_type_map` by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/87
9+
10+
**Full Changelog**: https://github.com/opentensor/async-substrate-interface/compare/v1.0.8...v1.0.9
11+
312
## 1.0.8 /2025-03-17
413

514
## What's Changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "async-substrate-interface"
3-
version = "1.0.8"
3+
version = "1.0.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)