Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.12.0 #140

Merged
merged 3 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rindexer_cli"
version = "0.11.3"
version = "0.12.0"
edition = "2021"
resolver = "2"

Expand Down
24 changes: 19 additions & 5 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@
### Features
-------------------------------------------------

feat: Redis Streams

### Bug fixes
-------------------------------------------------
- fix: issue two's complement on large u256 values
- fix: resolve building the project on a PR branch
- fix: resolve numeric type parsing issues on out of range rust decimals

### Breaking changes
-------------------------------------------------
Expand All @@ -22,6 +17,25 @@ feat: Redis Streams

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

## 0.12.0-beta - 1st Jan 2025

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

- linux binary - https://rindexer.xyz/releases/linux-amd64/0.12.0/rindexer_linux-amd64.tar.gz
- mac apple silicon binary - https://rindexer.xyz/releases/darwin-arm64/0.12.0/rindexer_darwin-arm64.tar.gz
- mac apple intel binary - https://rindexer.xyz/releases/darwin-amd64/0.12.0/rindexer_darwin-amd64.tar.gz
- windows binary - https://rindexer/releases.xyz/win32-amd64/0.12.0/rindexer_win32-amd64.zip

### Features
-------------------------------------------------
- feat: Redis Streams

### Bug fixes
-------------------------------------------------
- fix: issue two's complement on large u256 values
- fix: resolve building the project on a PR branch
- fix: resolve numeric type parsing issues on out of range rust decimals

## 0.11.3-beta - 28th December 2024

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.11.3
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading