File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 46
46
fi
47
47
48
48
- name : Upload artifact
49
- uses : actions/upload-artifact@v3
49
+ uses : actions/upload-artifact@v4
50
50
with :
51
51
name : dist
52
52
path : dist/
61
61
62
62
steps :
63
63
- name : Download artifact
64
- uses : actions/download-artifact@v3
64
+ uses : actions/download-artifact@v4
65
65
with :
66
66
name : dist
67
67
path : dist/
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.0rc8 /2025-01-30
4
+ * Minor bug fixes
5
+
3
6
## 1.0.0rc7 /2025-01-29
4
7
5
8
## What's Changed
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " async-substrate-interface"
3
- version = " 1.0.0rc7 "
3
+ version = " 1.0.0rc8 "
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