| commit | b9f67847146658aa7a01e39f69ce87d3852e2589 | [log] [tgz] |
|---|---|---|
| author | Andrew Lamb <andrew@nerdnetworks.org> | Wed Sep 11 14:19:35 2024 -0400 |
| committer | Andrew Lamb <andrew@nerdnetworks.org> | Wed Sep 11 14:19:35 2024 -0400 |
| tree | ad2c3ad3631101bd139258e9051cb7f625eac850 | |
| parent | 70dbb115572252c2ba57b270fb9a612e8d2f887b [diff] |
chore: Release sqlparser version 0.51.0
diff --git a/Cargo.toml b/Cargo.toml index 30c40dd..2448b67 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.50.0" +version = "0.51.0" authors = ["Andy Grove <andygrove73@gmail.com>"] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"