From 86d71f21097c0a44e67cc1513466c573ac1f763c Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 29 Dec 2022 08:07:19 -0600 Subject: [PATCH] (cargo-release) version 0.29.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e28fab753..24ee2c991 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.28.0" +version = "0.29.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/" @@ -48,4 +48,4 @@ publish = false [package.metadata.docs.rs] # Document these features on docs.rs -features = ["serde", "visitor"] \ No newline at end of file +features = ["serde", "visitor"]