Skip to content

Commit

Permalink
release/6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Aug 15, 2024
1 parent 14889bc commit c4df5f5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
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.6.0"
version = "0.6.1"
edition = "2021"
resolver = "2"

Expand Down
18 changes: 15 additions & 3 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
### Bug fixes
-------------------------------------------------

- fix: resolve issue with conflicting event names on graphql meaning it would not load
- fix: resolve filter table names mapping to graphql meaning it would not expose the graphql queries

### Breaking changes
-------------------------------------------------

Expand All @@ -20,6 +17,21 @@

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

## 0.6.1-beta - 15th August 2024

### Bug fixes
-------------------------------------------------

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

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

- fix: resolve issue with conflicting event names on graphql meaning it would not load
- fix: resolve filter table names mapping to graphql meaning it would not expose the graphql queries

## 0.6.0-beta - 8th August 2024

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.6.0
Expand Down

0 comments on commit c4df5f5

Please sign in to comment.