Skip to content

Commit

Permalink
Version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Oct 4, 2024
1 parent fc8fa52 commit 3f5b71f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlformat"
version = "0.2.6"
version = "0.2.7"
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
edition = "2021"
rust-version = "1.62"
Expand Down

0 comments on commit 3f5b71f

Please sign in to comment.