Skip to content

Commit 787f68f

Browse files
github-actions[bot]joshstevens19actions-user
authored
Release v0.7.0 (#47)
* release/0.7.0 * Release v0.7.0 --------- Co-authored-by: Josh Stevens <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent c5c0c18 commit 787f68f

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
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.6.0"
3+
version = "0.7.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.6.0"
3+
version = "0.7.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.6.0"
3+
version = "0.7.0"
44
edition = "2024"
55
authors = ["[email protected]"]
66
license = "MIT"

documentation/rrelayer/docs/pages/changelog.mdx

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@
66

77
### Features
88

9-
- feat: ability to send to a random relayer
10-
119
---
1210

1311
### Bug fixes
1412

15-
fix: Expose all Transaction-related types to the rust sdk
16-
1713
---
1814

1915
### Breaking changes
@@ -26,6 +22,27 @@ fix: Expose all Transaction-related types to the rust sdk
2622

2723
all release branches are deployed through `release/VERSION_NUMBER` branches
2824

25+
## 0.7.0 - 21st October 2025
26+
-------------------------------------------------
27+
28+
github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.7.0
29+
30+
- linux binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.7.0/rrelayer_linux-amd64.tar.gz
31+
- mac apple silicon binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.7.0/rrelayer-arm64.tar.gz
32+
- mac apple intel binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.7.0/rrelayer-amd64.tar.gz
33+
- windows binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.7.0/rrelayer-amd64.zip
34+
35+
### Features
36+
37+
- feat: ability to send to a random relayer
38+
39+
---
40+
41+
### Bug fixes
42+
43+
- fix: Expose all Transaction-related types to the rust sdk
44+
45+
2946
## 0.6.0 - 8th October 2025
3047
-------------------------------------------------
3148

0 commit comments

Comments
 (0)