| commit | 11a6e6ff7bf64513bc81d849a0b86ea296b0dd62 | [log] [tgz] |
|---|---|---|
| author | Andrew Lamb <andrew@nerdnetworks.org> | Fri Aug 16 06:05:54 2024 -0400 |
| committer | Andrew Lamb <andrew@nerdnetworks.org> | Fri Aug 16 06:05:54 2024 -0400 |
| tree | e19f533256764a7b4a2e87b9d9780296bd04a108 | |
| parent | ee2e2634ed418fcf8a68e757d9e9c36ca839404a [diff] |
chore: Release sqlparser version 0.50.0
diff --git a/Cargo.toml b/Cargo.toml index 4c510a8..30c40dd 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.49.0" +version = "0.50.0" authors = ["Andy Grove <andygrove73@gmail.com>"] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"