| commit | 5da66adda99d8cf7a36c1512d41815d94ce542b5 | [log] [tgz] |
|---|---|---|
| author | Andrew Lamb <andrew@nerdnetworks.org> | Sun Mar 03 02:30:34 2024 -0500 |
| committer | Andrew Lamb <andrew@nerdnetworks.org> | Sun Mar 03 02:30:34 2024 -0500 |
| tree | 9e5f0eac96fb1a09a7a6c8049f3a8a50d459f91f | |
| parent | 1af1a6e87aaefca448c4bf0426f3116a0c8c24be [diff] |
chore: Release sqlparser version 0.44.0
diff --git a/Cargo.toml b/Cargo.toml index 5cbe610..ed3d88b 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.43.1" +version = "0.44.0" authors = ["Andy Grove <andygrove73@gmail.com>"] homepage = "https://github.com/sqlparser-rs/sqlparser-rs" documentation = "https://docs.rs/sqlparser/"