Skip to content

Commit 8f66ae2

Browse files
github-actions[bot]joshstevens19actions-user
authored
Release v0.1.5 (#20)
* release/0.1.5 * Release v0.1.5 --------- Co-authored-by: Josh Stevens <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent 11f2e53 commit 8f66ae2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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 = "1.0.5"
3+
version = "0.1.5"
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.3"
3+
version = "0.1.5"
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.3"
3+
version = "0.1.5"
44
edition = "2024"
55
authors = ["[email protected]"]
66
license = "MIT"

documentation/rrelayer/docs/pages/changelog.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

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

25-
## 1.0.5 - 3rd October 2025
25+
## 0.1.5 - 3rd October 2025
2626
-------------------------------------------------
2727

2828
github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.1.5
@@ -39,7 +39,7 @@ github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.1.5
3939
- fix: resolve the API docs to not include false /api/ route in it
4040
- fix: resolve some e2e tests failing (error in test)
4141

42-
## 1.0.4 - 2nd October 2025
42+
## 0.1.4 - 2nd October 2025
4343
-------------------------------------------------
4444

4545
github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.1.4
@@ -53,7 +53,7 @@ github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.1.4
5353

5454
- fix: add subtle on basic auth to avoid the timing attack vulnerability
5555

56-
## 0.1.0 - 1.0.3 - 1st October 2025
56+
## 0.1.0 - 0.1.3 - 1st October 2025
5757
-------------------------------------------------
5858

5959
github branch - https://github.com/joshstevens19/rrelayer/tree/release/0.1.3

0 commit comments

Comments
 (0)