Skip to content

Commit 8b418a6

Browse files
github-actions[bot]joshstevens19actions-user
authored
Release v0.1.6 (#23)
* release/0.1.6 * Release v0.1.6 --------- Co-authored-by: Josh Stevens <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent a13ea45 commit 8b418a6

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.5"
3+
version = "0.1.6"
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.5"
3+
version = "0.1.6"
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.5"
3+
version = "0.1.6"
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
@@ -10,8 +10,6 @@
1010

1111
### Bug fixes
1212

13-
- fix: correct import for Serialize on some places
14-
1513
---
1614

1715
### Breaking changes
@@ -24,6 +22,20 @@
2422

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

25+
## 0.1.6 - 3rd October 2025
26+
-------------------------------------------------
27+
28+
github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.1.6
29+
30+
- linux binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.1.6/rrelayer_linux-amd64.tar.gz
31+
- mac apple silicon binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.1.6/rrelayer-arm64.tar.gz
32+
- mac apple intel binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.1.6/rrelayer-amd64.tar.gz
33+
- windows binary - https://github.com/joshstevens19/rrelayer/releases/download/v0.1.6/rrelayer-amd64.zip
34+
35+
### Bug fixes
36+
37+
- fix: correct import for Serialize on some places
38+
2739
## 0.1.5 - 3rd October 2025
2840
-------------------------------------------------
2941

0 commit comments

Comments
 (0)