Skip to content

Commit 8946a49

Browse files
github-actions[bot]joshstevens19actions-user
authored
Release v0.5.0 (#35)
* release/0.5.0 * fix docs * Release v0.5.0 --------- Co-authored-by: Josh Stevens <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent ecac688 commit 8946a49

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rrelayer_cli"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2024"
55

66
[dependencies]

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rrelayer_core"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
resolver = "2"
55
edition = "2021"
66
authors = ["[email protected]"]

crates/sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rrelayer"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2024"
55
authors = ["[email protected]"]
66
license = "MIT"

documentation/rrelayer/docs/pages/changelog.mdx

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
### Features
88

9-
- feat: allow automatic top up to handle an array
10-
119
---
1210

1311
### Bug fixes
@@ -20,12 +18,28 @@
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

2723
all 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
-------------------------------------------------

0 commit comments

Comments
 (0)