diff --git a/CHANGELOG.md b/CHANGELOG.md index a37f2d2..7b18923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Version 0.2.7 + +- fix: uppercase=false does not lowercase the query (#50) +- fix: Ignore keywords for uppercase=True (#53) +- fix: Possible to provide an escape hatch for expressions (#51) + ### Version 0.2.6 - fix: ON UPDATE with two many blank formatted incorrectly (#46) diff --git a/Cargo.toml b/Cargo.toml index 0274fe2..adc6816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlformat" -version = "0.2.6" +version = "0.2.7" authors = ["Josh Holmer "] edition = "2021" rust-version = "1.62"