Skip to content

Commit 6fa2aa0

Browse files
Bump version 0.1.1 (#9)
1 parent 87f2023 commit 6fa2aa0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

7+
## [0.1.1] - 2025-05-30
8+
9+
### Fixed
10+
11+
- Fixed crash with `AttributeError` when fetching metadata.
12+
713
## [0.1.0] - 2024-12-08
814

915
Initial release; forked from `py-substrate-interface`.
1016

11-
## Changed
17+
### Changed
1218

1319
- All network-related functions and methods return coroutines now.
1420
- Optional cryptography dependencies moved to the optional `full` extra.
@@ -19,4 +25,5 @@ Initial release; forked from `py-substrate-interface`.
1925

2026
<!-- Versions -->
2127

28+
[0.1.1]: https://github.com/dipdup-io/aiosubstrate/compare/0.1.0...0.1.1
2229
[0.1.0]: https://github.com/dipdup-io/aiosubstrate/compare/57b665afdafbf06a6219e0600cdb696ae4b4bcfd...0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aiosubstrate"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A library for interacting with Substrate node (py-substrate-interface fork)"
55

66
authors = [

0 commit comments

Comments
 (0)