From e11b80ecf9c5cca087f9a225d07e574fbf170ade Mon Sep 17 00:00:00 2001 From: "Heres, Daniel" Date: Mon, 28 Dec 2020 21:51:28 +0100 Subject: [PATCH] (cargo-release) version 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9720a71a..fa4abe18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sqlparser" description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011" -version = "0.6.3-alpha.0" +version = "0.7.0" authors = ["Andy Grove "] homepage = "https://github.com/ballista-compute/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"