From 9c07805ca47b880bcc1712d0cffe1163c497e704 Mon Sep 17 00:00:00 2001 From: pawurb Date: Tue, 24 Sep 2024 23:29:25 +0200 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a23418f..9b90b70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "pg-extras" readme = "README.md" repository = "https://github.com/pawurb/rust-pg-extras" -version = "0.3.2" +version = "0.4.0" exclude = ["docker-compose.yml.sample", "live_tests.sh"]