File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.2 /2025-02-19
4
+
5
+ ## What's Changed
6
+ * Closes the connection on the object being garbage-collected by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/51
7
+ * Generate UIDs for websockets by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/50
8
+ * Dynamically pulls the info for Vec<AccountId > from the metadata by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/47
9
+ * Fix readme by @igorsyl in https://github.com/opentensor/async-substrate-interface/pull/46
10
+ * Handle options with bt-decode by @thewhaleking in https://github.com/opentensor/async-substrate-interface/pull/52
11
+ * Backmerge main to staging 101 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/53
12
+ * Handles None change_data by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/54
13
+
14
+ ## New Contributors
15
+ * @igorsyl made their first contribution in https://github.com/opentensor/async-substrate-interface/pull/46
16
+
17
+ ** Full Changelog** : https://github.com/opentensor/async-substrate-interface/compare/v1.0.1...v1.0.2
18
+
19
+ ## 1.0.1 /2025-02-17
20
+
3
21
## What's Changed
4
22
* Updates type for vec acc id by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/45
5
23
* Backmerge main staging 101 by @ibraheem-opentensor in https://github.com/opentensor/async-substrate-interface/pull/48
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " async-substrate-interface"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
description = " Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface"
5
5
readme = " README.md"
6
6
license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments