Skip to content

Commit 0742f9e

Browse files
committed
Version 0.2.5
1 parent 3825b7f commit 0742f9e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### Version 0.2.5
2+
3+
- fix: ON UPDATE with two many blank formatted incorrectly (#46)
4+
- fix: `EXCEPT` not handled well
5+
- fix: REFERENCES xyz ON UPDATE .. causes formatter to treat the remaining as an UPDATE statement
6+
- fix: Escaped strings formatted incorrectly
7+
- fix: RETURNING is not placed on a new line
8+
- fix: fix the issue of misaligned comments after formatting (#40)
9+
110
### Version 0.2.4
211

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

3140
### Version 0.1.8
3241

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlformat"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Josh Holmer <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56"

0 commit comments

Comments
 (0)