From 2f0c99c40591d2ad5ff07728dd878dcdfdfe6217 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 27 Oct 2023 15:41:59 -0400 Subject: [PATCH] chore: Release sqlparser version 0.39.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4cc2f1eaa..0af327595 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.38.0" +version = "0.39.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"