File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file.
44
55The 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
915Initial 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
Original file line number Diff line number Diff line change 11[project ]
22name = " aiosubstrate"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " A library for interacting with Substrate node (py-substrate-interface fork)"
55
66authors = [
You can’t perform that action at this time.
0 commit comments