From 7634531e47bfde37c10bac56fa299d194eda2449 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Wed, 16 Oct 2024 15:35:18 +0200 Subject: [PATCH] add line to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d94108..8f9c691 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ I've included a few of my favorites to kick things off! - **[MAR 15 2024]** add polars and calamine to project :heart_eyes_cat: - **[JUN 8 2024]** implement asyncpg connection pool :fast_forward: - **[AUG 17 2024]** granian use case implemented with docker compose and rich logger :fast_forward: +- **[OCT 16 2024]** apscheduler added to project :fast_forward:

(back to top)