| commit | 285f49258967df22a455febe22773d158dd2476f | [log] [tgz] |
|---|---|---|
| author | Andrew Lamb <andrew@nerdnetworks.org> | Tue Jul 09 08:58:59 2024 -0400 |
| committer | Andrew Lamb <andrew@nerdnetworks.org> | Tue Jul 09 08:58:59 2024 -0400 |
| tree | d4098314df39da1fa62cd0ba766436b9c84852e8 | |
| parent | 4e956a172344952f1162405db74599391bc25860 [diff] |
chore: Release sqlparser version 0.48.0
diff --git a/Cargo.toml b/Cargo.toml index 8d01596..b0bee00 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.47.0" +version = "0.48.0" authors = ["Andy Grove <andygrove73@gmail.com>"] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"