Skip to content

Commit 3b4a6ac

Browse files
committed
release/0.10.0
1 parent 74bd478 commit 3b4a6ac

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rindexer_cli"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
resolver = "2"
66

documentation/docs/pages/docs/changelog.mdx

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,9 @@
55

66
### Features
77
-------------------------------------------------
8-
- feat: expose an insert_bulk new postgres function to make inserting bulk data easier
9-
- feat: expose new ethereum sql type wrappers for bytes types#
10-
- feat: expose postgres ToSql trait
11-
- feat: support with_transaction in postgres client
12-
- feat: get the block timestamp from the RPC call (its an option as not all providers expose it)
13-
- feat: allow you to override environment file path
148

159
### Bug fixes
1610
-------------------------------------------------
17-
- fix: dependency events not being applied to the correct contract
18-
- fix: resolve defining environment variables in contract address fields in the yaml
1911

2012
### Breaking changes
2113
-------------------------------------------------
@@ -25,6 +17,29 @@
2517

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

20+
## 0.10.0-beta - 15th October 2024
21+
22+
github branch - https://github.com/joshstevens19/rindexer/tree/release/0.10.0
23+
24+
- linux binary - https://rindexer.xyz/releases/linux-amd64/0.10.0/rindexer_linux-amd64.tar.gz
25+
- mac apple silicon binary - https://rindexer.xyz/releases/darwin-arm64/0.10.0/rindexer_darwin-arm64.tar.gz
26+
- mac apple intel binary - https://rindexer.xyz/releases/darwin-amd64/0.10.0/rindexer_darwin-amd64.tar.gz
27+
- windows binary - https://rindexer/releases.xyz/win32-amd64/0.10.0/rindexer_win32-amd64.zip
28+
29+
### Features
30+
-------------------------------------------------
31+
- feat: expose an insert_bulk new postgres function to make inserting bulk data easier
32+
- feat: expose new ethereum sql type wrappers for bytes types#
33+
- feat: expose postgres ToSql trait
34+
- feat: support with_transaction in postgres client
35+
- feat: get the block timestamp from the RPC call (its an option as not all providers expose it)
36+
- feat: allow you to override environment file path
37+
38+
### Bug fixes
39+
-------------------------------------------------
40+
- fix: dependency events not being applied to the correct contract
41+
- fix: resolve defining environment variables in contract address fields in the yaml
42+
2843
## 0.9.0-beta - 19th September 2024
2944

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

0 commit comments

Comments
 (0)