Skip to content

Commit

Permalink
release/0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstevens19 committed Sep 17, 2024
1 parent 0c4cb9a commit 66cc641
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

### Bug fixes
-------------------------------------------------
fix: throw error if contract names are not unique
fix: allow non camel case types in generated code
fix: pascal case not parsing capitals full words correctly

### Breaking changes
-------------------------------------------------
Expand All @@ -20,6 +17,21 @@ fix: pascal case not parsing capitals full words correctly

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

## 0.7.1-beta - 17th September 2024

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

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

### Bug fixes
-------------------------------------------------
fix: throw error if contract names are not unique
fix: allow non camel case types in generated code
fix: pascal case not parsing capitals full words correctly

## 0.7.0-beta - 16th September 2024

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

0 comments on commit 66cc641

Please sign in to comment.