Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Oct 5, 2024
1 parent 3f5b71f commit f2e9559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Version 0.2.7
### Version 0.3.0

- [breaking] fix: Ignore keywords for uppercase=True (#53)
- 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
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.7"
version = "0.3.0"
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
edition = "2021"
rust-version = "1.62"
Expand Down

0 comments on commit f2e9559

Please sign in to comment.