diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa62084..47a2c175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG.md -## 0.18.3 (unreleased) +## 0.18.3 (2024-02-03) - Updated dependencies - Updated sql parser, to add [support for new syntax](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md), including: diff --git a/Cargo.lock b/Cargo.lock index 202d72d9..071552eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2952,7 +2952,7 @@ dependencies = [ [[package]] name = "sqlpage" -version = "0.18.2" +version = "0.18.3" dependencies = [ "actix-multipart", "actix-rt", diff --git a/Cargo.toml b/Cargo.toml index 8ccd3225..848f909e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlpage" -version = "0.18.2" +version = "0.18.3" edition = "2021" description = "A SQL-only web application framework. Takes .sql files and formats the query result using pre-made configurable professional-looking components." keywords = ["web", "sql", "framework"]