Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: indexer-db 0.0.5
  • Loading branch information
abhinavmsra committed Dec 11, 2024
1 parent eb7908d commit 882bfc3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions libs/indexer-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.0.5 (2024-12-11)

### 🩹 Fixes

- add missing columns & fix inserts ([3c48682](https://github.com/abhinavmsra/indexer-rs/commit/3c48682))

### ❤️ Thank You

- Abhinav Mishra @abhinavmsra

## 0.0.4 (2024-12-11)

### 🩹 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.4'
version = '0.0.5'
edition = '2021'

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = '2021'
[dependencies]
alloy = { workspace = true }
tokio = { workspace = true }
indexer-db = { path = '../libs/indexer-db', version = '0.0.4' }
indexer-db = { path = '../libs/indexer-db', version = '0.0.5' }
tower = { version = '0.5.1', features = ['limit', 'util'] }
sqlx = { workspace = true }
2 changes: 1 addition & 1 deletion processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = '2021'
[dependencies]
Inflector = '0.11.4'
alloy = { workspace = true }
indexer-db = { path = '../libs/indexer-db', version = '0.0.4' }
indexer-db = { path = '../libs/indexer-db', version = '0.0.5' }
serde = '1.0.215'
serde_json = '1.0.133'
tokio = { workspace = true }

0 comments on commit 882bfc3

Please sign in to comment.