From c2d68255d00e42779a2503d8676c15545af4c15a Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 28 Sep 2022 16:46:33 -0400 Subject: [PATCH] (cargo-release) version 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1ae73546..1b153aedc 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.23.0" +version = "0.24.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"