From b8be07cac2ef9cbc3c826369bd1c4aafab562855 Mon Sep 17 00:00:00 2001 From: fox0430 Date: Fri, 24 Jul 2026 19:42:19 +0900 Subject: [PATCH] Bump to 0.4.0 --- async_postgres.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async_postgres.nimble b/async_postgres.nimble index fc4845e6..5ea24593 100644 --- a/async_postgres.nimble +++ b/async_postgres.nimble @@ -1,6 +1,6 @@ # Package -version = "0.3.0" +version = "0.4.0" author = "fox0430" description = "Async PostgreSQL client" license = "MIT"