From 00719e3cf3ca59492446ab3ae412736f5fefb369 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 10 Apr 2023 12:13:03 -0400 Subject: [PATCH] (cargo-release) version 0.33.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d3f244d..a1126d27 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.32.0" +version = "0.33.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"