Skip to content

Commit 044b72b

Browse files
Release v0.28.1 (#334)
Co-authored-by: GitHub Action <[email protected]>
1 parent e132c01 commit 044b72b

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-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.28.0"
3+
version = "0.28.1"
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.28.0"
3+
version = "0.28.1"
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: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
### Bug fixes
1010
-------------------------------------------------
11-
- fix: allow https connections for clickhouse
12-
- fix: resolve issue with "" on postgres insert
1311

1412
### Breaking changes
1513
-------------------------------------------------
@@ -19,6 +17,21 @@
1917

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

20+
# 0.28.1-beta - 21st October 2025
21+
22+
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.28.1
23+
24+
- linux binary - https://github.com/joshstevens19/rindexer/releases/download/v0.28.1/rindexer_linux-amd64.tar.gz
25+
- mac apple silicon binary - https://github.com/joshstevens19/rindexer/releases/download/v0.28.1/rindexer_darwin-arm64.tar.gz
26+
- mac apple intel binary - https://github.com/joshstevens19/rindexer/releases/download/v0.28.1/rindexer_darwin-amd64.tar.gz
27+
- windows binary - https://github.com/joshstevens19/rindexer/releases/download/v0.28.1/rindexer_win32-amd64.zip
28+
29+
### Bug fixes
30+
-------------------------------------------------
31+
- fix: allow https connections for clickhouse
32+
- fix: resolve issue with "" on postgres insert
33+
34+
2235
# 0.28.0-beta - 13th October 2025
2336

2437
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.28.0

0 commit comments

Comments
 (0)