Skip to content

Commit

Permalink
Version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Sep 6, 2024
1 parent 3825b7f commit 0742f9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### Version 0.2.5

- fix: ON UPDATE with two many blank formatted incorrectly (#46)
- fix: `EXCEPT` not handled well
- fix: REFERENCES xyz ON UPDATE .. causes formatter to treat the remaining as an UPDATE statement
- fix: Escaped strings formatted incorrectly
- fix: RETURNING is not placed on a new line
- fix: fix the issue of misaligned comments after formatting (#40)

### Version 0.2.4

- Remove `itertools` dependency [#34](https://github.com/shssoichiro/sqlformat-rs/pull/34)
Expand Down Expand Up @@ -26,7 +35,7 @@
- Fix extra spaces in string escaping [#13](https://github.com/shssoichiro/sqlformat-rs/pull/13)
- Fix panic on overflowing integer [#14](https://github.com/shssoichiro/sqlformat-rs/pull/14)
- Bump Rust edition to 2021
- This is technically a breaking change as it bumps the minimum Rust version to 1.56
- This is technically a breaking change as it bumps the minimum Rust version to 1.56

### Version 0.1.8

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.4"
version = "0.2.5"
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
edition = "2021"
rust-version = "1.56"
Expand Down

0 comments on commit 0742f9e

Please sign in to comment.