Skip to content

Commit

Permalink
Release/0.7.0 (#104)
Browse files Browse the repository at this point in the history
* Add release binaries for

* update changelog

* fix windows 0.7.0 build

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
joshstevens19 and github-actions authored Sep 16, 2024
1 parent 9b539fb commit 75cc897
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@

### Features
-------------------------------------------------
feat: support multiple abis in a single contract
feat: allow array of filters in the same contract without repeating

### Bug fixes
-------------------------------------------------
fix: running rust project should only start indexer or graphql passed on args passed
fix: resolve issue of paths in generated typings
fix: when running rindexer codegen typings csv folder created
fix: underscores in events within a rust project maps it wrong in typings
fix: share a postgres instance across rust project

### Breaking changes
-------------------------------------------------
Expand All @@ -24,6 +17,28 @@ fix: share a postgres instance across rust project

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

## 0.7.0-beta - 16th September 2024

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

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

### Features
-------------------------------------------------
feat: support multiple abis in a single contract
feat: allow array of filters in the same contract without repeating

### Bug fixes
-------------------------------------------------
fix: running rust project should only start indexer or graphql passed on args passed
fix: resolve issue of paths in generated typings
fix: when running rindexer codegen typings csv folder created
fix: underscores in events within a rust project maps it wrong in typings
fix: share a postgres instance across rust project

## 0.6.2-beta - 24th August 2024

github branch - https://github.com/joshstevens19/rindexer/tree/release/0.6.2
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.

0 comments on commit 75cc897

Please sign in to comment.