Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: indexer-db 0.0.2
  • Loading branch information
abhinavmsra committed Dec 2, 2024
1 parent cc18a3c commit b65880b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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.2 (2024-12-02)

### 🩹 Fixes

- add caching in main GH workflow ([f89c47c](https://github.com/abhinavmsra/indexer-rs/commit/f89c47c))
- cache sqlx install ([e8d2342](https://github.com/abhinavmsra/indexer-rs/commit/e8d2342))
- install sqlx ([8b193a9](https://github.com/abhinavmsra/indexer-rs/commit/8b193a9))
- cancel in progress GH workflow ([29faba6](https://github.com/abhinavmsra/indexer-rs/commit/29faba6))
- add migrations to create db user ([a045638](https://github.com/abhinavmsra/indexer-rs/commit/a045638))
- add sqlx ([f7338b4](https://github.com/abhinavmsra/indexer-rs/commit/f7338b4))

### ❤️ Thank You

- Abhinav Mishra @abhinavmsra

## 0.0.1 (2024-12-02)

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

[dependencies]
Expand Down

0 comments on commit b65880b

Please sign in to comment.