From 6c64d43e1bbf4ebc78754c63560894f0d867bdac Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 23 Jul 2024 13:11:16 -0400 Subject: [PATCH] chore: Release sqlparser version 0.49.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0bee003e..4c510a8c6 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.48.0" +version = "0.49.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"