File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 0.2.2
2
+
3
+ - Fix a performance issue where the tokenizer would run in O^2 time [ #24 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/24 )
4
+
1
5
### Version 0.2.1
2
6
3
7
- Fix extra spaces inside of scientific notation [ #16 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/16 )
9
13
- Fix extra spaces in string escaping [ #13 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/13 )
10
14
- Fix panic on overflowing integer [ #14 ] ( https://github.com/shssoichiro/sqlformat-rs/pull/14 )
11
15
- Bump Rust edition to 2021
12
- - This is technically a breaking change as it bumps the minimum Rust version to 1.56
16
+ - This is technically a breaking change as it bumps the minimum Rust version to 1.56
13
17
14
18
### Version 0.1.8
15
19
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sqlformat"
3
- version = " 0.2.1 "
3
+ version = " 0.2.2 "
4
4
authors = [
" Josh Holmer <[email protected] >" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.56"
You can’t perform that action at this time.
0 commit comments