File tree Expand file tree Collapse file tree 4 files changed +22
-8
lines changed
documentation/rrelayer/docs/pages Expand file tree Collapse file tree 4 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rrelayer_cli"
3- version = " 0.4.1 "
3+ version = " 0.5.0 "
44edition = " 2024"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " rrelayer_core"
3- version = " 0.4.1 "
3+ version = " 0.5.0 "
44resolver = " 2"
55edition = " 2021"
66
Original file line number Diff line number Diff line change 11[package ]
22name = " rrelayer"
3- version = " 0.4.1 "
3+ version = " 0.5.0 "
44edition = " 2024"
5566license = " MIT"
Original file line number Diff line number Diff line change 66
77### Features
88
9- - feat: allow automatic top up to handle an array
10-
119---
1210
1311### Bug fixes
2018
2119## Releases
2220
23- - in the YAML changed from automatic_top_up: Option<NetworkAutomaticTopUpConfig > to automatic_top_up: Option<Vec<NetworkAutomaticTopUpConfig>>,
24-
2521---
2622
2723all release branches are deployed through ` release/VERSION_NUMBER ` branches
2824
25+ ## 0.5.0 - 7th October 2025
26+ -------------------------------------------------
27+
28+ github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.5.0
29+
30+ - linux binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.5.0/rrelayer_linux-amd64.tar.gz
31+ - mac apple silicon binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.5.0/rrelayer-arm64.tar.gz
32+ - mac apple intel binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.5.0/rrelayer-amd64.tar.gz
33+ - windows binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.5.0/rrelayer-amd64.zip
34+
35+ ### Features
36+
37+ - feat: allow automatic top up to handle an array
38+
39+ ### Breaking changes
40+
41+ - in the YAML changed from ` automatic_top_up: Option<NetworkAutomaticTopUpConfig> ` to ` automatic_top_up: Option<Vec<NetworkAutomaticTopUpConfig>> `
42+
2943## 0.4.1 - 7th October 2025
3044-------------------------------------------------
3145
@@ -38,7 +52,7 @@ github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.4.1
3852
3953### Bug fixes
4054
41- - fix: filter out deleted on the relayers API call
55+ fix: filter out deleted on the relayers API call
4256
4357## 0.4.0 - 6th October 2025
4458-------------------------------------------------
You can’t perform that action at this time.
0 commit comments