From 484a7b6da4b1cc2a8a994f63d014677ba7bfad8e Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 10 May 2022 09:26:00 -0400 Subject: [PATCH] (cargo-release) version 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94fd9f39..00b4d1a1 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.16.0" +version = "0.17.0" authors = ["Andy Grove "] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"