Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: indexer-db 0.0.10

- project: listener 0.0.7

- project: processor 0.0.8
  • Loading branch information
abhinavmsra committed Dec 14, 2024
1 parent af325c6 commit bc1c399
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions libs/indexer-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.0.10 (2024-12-14)

### 🩹 Fixes

- continuosly loop over all logs to process ([d2974b8](https://github.com/abhinavmsra/indexer-rs/commit/d2974b8))

### 📖 Documentation

- add details on how to run migrations ([1f826f2](https://github.com/abhinavmsra/indexer-rs/commit/1f826f2))
- create comprehensive project documentation ([51638dd](https://github.com/abhinavmsra/indexer-rs/commit/51638dd))

### ❤️ Thank You

- Abhinav Mishra @abhinavmsra

## 0.0.9 (2024-12-13)

### 🩹 Fixes
Expand Down
2 changes: 1 addition & 1 deletion libs/indexer-db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = 'indexer-db'
version = '0.0.9'
version = '0.0.10'
edition = '2021'

[dependencies]
Expand Down
19 changes: 19 additions & 0 deletions listener/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.0.7 (2024-12-14)

### 🩹 Fixes

- continuosly loop over all logs to process ([d2974b8](https://github.com/abhinavmsra/indexer-rs/commit/d2974b8))

### 📖 Documentation

- add details on how to run migrations ([1f826f2](https://github.com/abhinavmsra/indexer-rs/commit/1f826f2))
- create comprehensive project documentation ([51638dd](https://github.com/abhinavmsra/indexer-rs/commit/51638dd))

### 🧱 Updated Dependencies

- Updated indexer-db to 0.0.10

### ❤️ Thank You

- Abhinav Mishra @abhinavmsra

## 0.0.6 (2024-12-13)

### 🩹 Fixes
Expand Down
4 changes: 2 additions & 2 deletions listener/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

[package]
name = 'listener'
version = '0.0.6'
version = '0.0.7'
edition = '2021'

[dependencies]
alloy = { workspace = true }
tokio = { workspace = true }
indexer-db = { path = '../libs/indexer-db', version = '0.0.9' }
indexer-db = { path = '../libs/indexer-db', version = '0.0.10' }
thiserror = { workspace = true }
tower = { version = '0.5.1', features = ['limit', 'util'] }
sqlx = { workspace = true }
19 changes: 19 additions & 0 deletions processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.0.8 (2024-12-14)

### 🩹 Fixes

- continuosly loop over all logs to process ([d2974b8](https://github.com/abhinavmsra/indexer-rs/commit/d2974b8))

### 📖 Documentation

- add details on how to run migrations ([1f826f2](https://github.com/abhinavmsra/indexer-rs/commit/1f826f2))
- create comprehensive project documentation ([51638dd](https://github.com/abhinavmsra/indexer-rs/commit/51638dd))

### 🧱 Updated Dependencies

- Updated indexer-db to 0.0.10

### ❤️ Thank You

- Abhinav Mishra @abhinavmsra

## 0.0.7 (2024-12-13)

### 🩹 Fixes
Expand Down
4 changes: 2 additions & 2 deletions processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

[package]
name = 'processor'
version = '0.0.7'
version = '0.0.8'
edition = '2021'

[dependencies]
alloy = { workspace = true }
indexer-db = { path = '../libs/indexer-db', version = '0.0.9' }
indexer-db = { path = '../libs/indexer-db', version = '0.0.10' }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit bc1c399

Please sign in to comment.