From 48238e3c728055d2c8a7e8a9af6b1c763f12171c Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 29 Dec 2020 21:52:07 +0800 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7db006f21..f9ca7a9b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea-query" -version = "0.2.0" +version = "0.3.0" authors = ["Billy Chan "] edition = "2018" description = "A database agnostic runtime query builder for Rust"