Skip to content

Commit d9e1bea

Browse files
Release v0.25.2 (#300)
Co-authored-by: GitHub Action <[email protected]>
1 parent fb7a36b commit d9e1bea

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
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.25.1"
3+
version = "0.25.2"
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.25.1"
3+
version = "0.25.2"
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
### Bug fixes
1010
-------------------------------------------------
11-
- fix: inject block timestamp in the generate indexing code
12-
- fix: resolve timestamp override mapping to contract breaking change
13-
- fix: resolve bad logs
1411

1512
### Breaking changes
1613
-------------------------------------------------
@@ -20,6 +17,22 @@
2017

2118
all release branches are deployed through `release/VERSION_NUMBER` branches
2219

20+
# 0.25.2-beta - 30th August 2025
21+
22+
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.2
23+
24+
- linux binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.2/rindexer_linux-amd64.tar.gz
25+
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.2/rindexer_darwin-arm64.tar.gz
26+
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.2/rindexer_darwin-amd64.tar.gz
27+
- windows binary - https://github.com/joshstevens19/rindexer/releases/download/v0.25.2/rindexer_win32-amd64.zip
28+
29+
### Bug fixes
30+
-------------------------------------------------
31+
- fix: inject block timestamp in the generate indexing code
32+
- fix: resolve timestamp override mapping to contract breaking change
33+
- fix: resolve bad logs
34+
35+
2336
# 0.25.1-beta - 28th August 2025
2437

2538
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.25.1

0 commit comments

Comments
 (0)