Skip to content

Commit ed16ba5

Browse files
github-actions[bot]joshstevens19actions-user
authored
Release v0.2.0 (#25)
* release/0.2.0 * Release v0.2.0 --------- Co-authored-by: Josh Stevens <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent 989b9d8 commit ed16ba5

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
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.1.6"
3+
version = "0.2.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.1.6"
3+
version = "0.2.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.1.6"
3+
version = "0.2.0"
44
edition = "2024"
55
authors = ["[email protected]"]
66
license = "MIT"

documentation/rrelayer/docs/pages/changelog.mdx

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

77
### Features
88

9-
- feat: add beta support for pkcs#11 signer provider
10-
119
---
1210

1311
### Bug fixes
@@ -24,6 +22,20 @@
2422

2523
all release branches are deployed through `release/VERSION_NUMBER` branches
2624

25+
## 0.2.0 - 4th October 2025
26+
-------------------------------------------------
27+
28+
github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.2.0
29+
30+
- linux binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.2.0/rrelayer_linux-amd64.tar.gz
31+
- mac apple silicon binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.2.0/rrelayer-arm64.tar.gz
32+
- mac apple intel binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.2.0/rrelayer-amd64.tar.gz
33+
- windows binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.2.0/rrelayer-amd64.zip
34+
35+
### Features
36+
37+
- feat: add beta support for pkcs#11 signer provider
38+
2739
## 0.1.6 - 3rd October 2025
2840
-------------------------------------------------
2941

0 commit comments

Comments
 (0)