Skip to content

Commit 199715a

Browse files
committed
Version 0.2.2
1 parent f03543e commit 199715a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
### Version 0.2.1
26

37
- Fix extra spaces inside of scientific notation [#16](https://github.com/shssoichiro/sqlformat-rs/pull/16)
@@ -9,7 +13,7 @@
913
- Fix extra spaces in string escaping [#13](https://github.com/shssoichiro/sqlformat-rs/pull/13)
1014
- Fix panic on overflowing integer [#14](https://github.com/shssoichiro/sqlformat-rs/pull/14)
1115
- 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
1317

1418
### Version 0.1.8
1519

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlformat"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Josh Holmer <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.56"

0 commit comments

Comments
 (0)