From 66cc641a0dd3628f55bf6795709761ef9b0b4a02 Mon Sep 17 00:00:00 2001 From: Josh Stevens Date: Tue, 17 Sep 2024 14:08:00 +0100 Subject: [PATCH] release/0.7.1 --- documentation/docs/pages/docs/changelog.mdx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/documentation/docs/pages/docs/changelog.mdx b/documentation/docs/pages/docs/changelog.mdx index 0ac6809..29c9932 100644 --- a/documentation/docs/pages/docs/changelog.mdx +++ b/documentation/docs/pages/docs/changelog.mdx @@ -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 ------------------------------------------------- @@ -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