From cdff1be8b23e30da74160870c06bfa1e9a34db9e Mon Sep 17 00:00:00 2001 From: "kingsley.hendrickse" Date: Thu, 5 Dec 2024 19:41:28 +0000 Subject: [PATCH] v0.1.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 713452a..3f6e3ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_filters" -version = "0.1.11" +version = "0.1.12" edition = "2021" authors = ["Kingsley Hendrickse "] description = "A simple rust helper to generate postgres sql for pagination, sorting and filtering"