From b65880b57fc0e4e24383e8c924c0641830289360 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 2 Dec 2024 09:50:09 +0000 Subject: [PATCH] chore(release): publish - project: indexer-db 0.0.2 --- libs/indexer-db/CHANGELOG.md | 15 +++++++++++++++ libs/indexer-db/Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/libs/indexer-db/CHANGELOG.md b/libs/indexer-db/CHANGELOG.md index f691c31..e6049d4 100644 --- a/libs/indexer-db/CHANGELOG.md +++ b/libs/indexer-db/CHANGELOG.md @@ -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 diff --git a/libs/indexer-db/Cargo.toml b/libs/indexer-db/Cargo.toml index 52f72a2..c1e41ca 100644 --- a/libs/indexer-db/Cargo.toml +++ b/libs/indexer-db/Cargo.toml @@ -1,7 +1,7 @@ [package] name = 'indexer-db' -version = '0.0.1' +version = '0.0.2' edition = '2021' [dependencies]