Skip to content

Commit c65a671

Browse files
github-actions[bot]joshstevens19actions-user
authored
Release v0.3.0 (#27)
* release/0.3.0 * Release v0.3.0 --------- Co-authored-by: Josh Stevens <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent 1f8c429 commit c65a671

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
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.2.0"
3+
version = "0.3.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.2.0"
3+
version = "0.3.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.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
authors = ["[email protected]"]
66
license = "MIT"

documentation/rrelayer/docs/pages/changelog.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,21 @@
2222

2323
all release branches are deployed through `release/VERSION_NUMBER` branches
2424

25+
## 0.3.0 - 5th October 2025
26+
-------------------------------------------------
27+
28+
github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.3.0
29+
30+
- linux binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.3.0/rrelayer_linux-amd64.tar.gz
31+
- mac apple silicon binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.3.0/rrelayer-arm64.tar.gz
32+
- mac apple intel binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.3.0/rrelayer-amd64.tar.gz
33+
- windows binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.3.0/rrelayer-amd64.zip
34+
35+
### Features
36+
37+
- feat: support fireblocks
38+
- feat: allow PKCS#11 to be partitioned by identity
39+
2540
## 0.2.0 - 4th October 2025
2641
-------------------------------------------------
2742

documentation/rrelayer/docs/pages/config/signing-providers/fireblocks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Fireblocks is an enterprise-grade digital asset infrastructure platform that provides secure custody, transfer, and settlement of digital assets. It offers institutional-grade security through its proprietary Multi-Party Computation (MPC) technology, which eliminates single points of failure by distributing cryptographic operations across multiple parties. The platform provides comprehensive wallet management, transaction orchestration, and compliance tools designed for institutional users, including banks, exchanges, and fintech companies. Fireblocks integrates with hundreds of exchanges, DeFi protocols, and market makers, offering a unified interface for managing digital asset operations across multiple blockchains.
44

5-
You can read more about Fireblocks [here](https://www.fireblocks.com/platforms/).
5+
You can read more about Fireblocks [here](https://www.fireblocks.com/).
66

77
:::info
88
This guide will just talk about how you configure the signing provider and not go into depth of the setup on the Fireblocks console.

0 commit comments

Comments
 (0)