From bccd63ea072645c75f4ea5444e8b93fc67db0aa9 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Fri, 26 Aug 2022 17:03:42 -0600 Subject: [PATCH] (cargo-release) version 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1204ebec..02ac9a53 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.21.0" +version = "0.22.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"