From 15704f1fbe96a8e0c693ecfae572f070eea3eefa Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 8 Mar 2019 06:15:37 -0700 Subject: [PATCH 1/2] (cargo-release) version 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7106111a..34e44edb 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.2.2-alpha.0" +version = "0.2.2" authors = ["Andy Grove "] homepage = "https://github.com/andygrove/sqlparser-rs" documentation = "https://docs.rs/sqlparser/" From 8c1d6a67fa6e6b7274232dee0ba216053e3ddd47 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 8 Mar 2019 06:15:48 -0700 Subject: [PATCH 2/2] (cargo-release) start next development iteration 0.2.3-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34e44edb..7deadbe9 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.2.2" +version = "0.2.3-alpha.0" authors = ["Andy Grove "] homepage = "https://github.com/andygrove/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"