From 2a04212e56c41d1c823dd138cf7285e9f6790804 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 28 Jul 2022 14:54:22 -0400 Subject: [PATCH] (cargo-release) version 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b60c615d..2470b17c 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.18.0" +version = "0.19.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"