Skip to content

Commit

Permalink
(cargo-release) version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 29, 2022
1 parent 890062c commit 86d71f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 <andygrove73@gmail.com>"]
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
documentation = "https://docs.rs/sqlparser/"
Expand Down Expand Up @@ -48,4 +48,4 @@ publish = false

[package.metadata.docs.rs]
# Document these features on docs.rs
features = ["serde", "visitor"]
features = ["serde", "visitor"]

0 comments on commit 86d71f2

Please sign in to comment.