Skip to content

Commit ad8b399

Browse files
github-actions[bot]joshstevens19actions-user
authored
Release v0.27.0 (#315)
Co-authored-by: Josh Stevens <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent 3c61d58 commit ad8b399

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

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 = "rindexer_cli"
3-
version = "0.26.0"
3+
version = "0.27.0"
44
edition = "2021"
55
description = "A no-code or framework to build blazing fast EVM indexers - built in rust."
66
license = "MIT"

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 = "rindexer"
3-
version = "0.26.0"
3+
version = "0.27.0"
44
edition = "2021"
55
description = "A no-code or framework to build blazing fast EVM indexers - built in rust."
66
license = "MIT"

documentation/docs/pages/docs/changelog.mdx

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

66
### Features
77
-------------------------------------------------
8-
- feat: add health endpoint with comprehensive system status monitoring
9-
- feat: add cloudflare queues to the streams
108

119
### Bug fixes
1210
-------------------------------------------------
@@ -19,6 +17,20 @@
1917

2018
all release branches are deployed through `release/VERSION_NUMBER` branches
2119

20+
# 0.27.0-beta - 26th September 2025
21+
22+
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.27.0
23+
24+
- linux binary - https://github.com/joshstevens19/rindexer/releases/download/v0.27.0/rindexer_linux-amd64.tar.gz
25+
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.27.0/rindexer_darwin-arm64.tar.gz
26+
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.27.0/rindexer_darwin-amd64.tar.gz
27+
- windows binary - https://github.com/joshstevens19/rindexer/releases/download/v0.27.0/rindexer_win32-amd64.zip
28+
29+
### Bug fixes
30+
-------------------------------------------------
31+
- fix: optimisations
32+
33+
2234
# 0.26.0-beta - 12th September 2025
2335

2436
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.26.0

0 commit comments

Comments
 (0)