Skip to content

Commit 58344e3

Browse files
Release v0.25.0 (#296)
Co-authored-by: GitHub Action <[email protected]>
1 parent 67f851a commit 58344e3

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
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.24.1"
3+
version = "0.25.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.24.1"
3+
version = "0.25.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: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,9 @@
55

66
### Features
77
-------------------------------------------------
8-
- feat: Adds timestamp config to the yaml config, allowing users to opt-in to block timestamps in logs
9-
- feat: Add chain_id to TxInformation struct
10-
- feat: Add xtask with block timestamp encoding mechanism
11-
- feat: Adds nocode postgres migration "versioning system"
12-
- feat: Expose a rust project handler to process raw blocks with transactions if native indexing is enabled.
13-
- feat: bump alloy to 1.0.27
148

159
### Bug fixes
1610
-------------------------------------------------
17-
- fix: compiler issue with solar-parse
18-
- fix: Move rust_playground to examples
19-
- fix: resolve telegram marketdownv2
2011

2112
### Breaking changes
2213
-------------------------------------------------
@@ -26,6 +17,22 @@
2617

2718
all release branches are deployed through `release/VERSION_NUMBER` branches
2819

20+
# 0.25.0-beta - 27th August 2025
21+
22+
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.0
23+
24+
- linux binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.0/rindexer_linux-amd64.tar.gz
25+
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.0/rindexer_darwin-arm64.tar.gz
26+
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.0/rindexer_darwin-amd64.tar.gz
27+
- windows binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.0/rindexer_win32-amd64.zip
28+
29+
### Bug fixes
30+
-------------------------------------------------
31+
- fix: compiler issue with solar-parse
32+
- fix: Move rust_playground to examples
33+
- fix: resolve telegram marketdownv2
34+
35+
2936
# 0.24.1-beta - 20th August 2025
3037

3138
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.24.1

0 commit comments

Comments
 (0)