Skip to content

Commit

Permalink
Release/0.2.0 (#59)
Browse files Browse the repository at this point in the history
* release: 0.2.0

* Add release binaries for

---------

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
joshstevens19 and github-actions authored Jul 21, 2024
1 parent 0671a03 commit 2a11058
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 11 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.1.2"
version = "0.2.0"
edition = "2021"
resolver = "2"

Expand Down
35 changes: 25 additions & 10 deletions documentation/docs/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@
### Features
-------------------------------------------------

- feat: add max_block_range to networks - https://github.com/joshstevens19/rindexer/issues/55
- feat: allow you to add your own etherscan api key - https://rindexer.xyz/docs/start-building/yaml-config/global#etherscan_api_key
- feat: improve logs bloom log message

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

fix: resolve `substitute_env_variables` to use `${}` instead of `$<>` for env variables

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

Expand All @@ -23,26 +17,47 @@ fix: resolve `substitute_env_variables` to use `${}` instead of `$<>` for env va

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

## 0.1.4-beta 20th July 2024
## 0.2.0-beta - 21th July 2024

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

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

### Features
-------------------------------------------------

- feat: add max_block_range to networks - https://github.com/joshstevens19/rindexer/issues/55
- feat: allow you to add your own etherscan api key - https://rindexer.xyz/docs/start-building/yaml-config/global#etherscan_api_key
- feat: improve logs bloom log message

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

fix: resolve `substitute_env_variables` to use `${}` instead of `$<>` for env variables

## 0.1.4-beta - 20th July 2024

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

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

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

- fix: fixing the query of implemntation ABI for proxy contracts
- fix: add request timeouts to adapt to different verifier's rate limits
- fix: make chain_id u64 instead of u32 - https://github.com/joshstevens19/rindexer/issues/53
- fix: fix rust project not being able to run due to borrower check
- fix: fix typings generations to parse the object values correctly


## 0.1.3-beta 19th July 2024
## 0.1.3-beta - 19th July 2024

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

Expand All @@ -56,7 +71,7 @@ github branch - https://github.com/joshstevens19/rindexer/tree/release/0.1.3

- fix: Remove package specifier from codegen Cargo.toml

## 0.1.2-beta 18th July 2024
## 0.1.2-beta - 18th July 2024

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

Expand All @@ -70,7 +85,7 @@ github branch - https://github.com/joshstevens19/rindexer/tree/release/0.1.2

- fix: allow postgres tls connections to be used (?sslmode=require)

## 0.1.1-beta 16th July 2024
## 0.1.1-beta - 16th July 2024

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

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.

0 comments on commit 2a11058

Please sign in to comment.