Skip to content

Commit

Permalink
Version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Jun 12, 2024
1 parent 4238c50 commit ed5f77c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 0.2.4

- Remove `itertools` dependency [#34](https://github.com/shssoichiro/sqlformat-rs/pull/34)

### Version 0.2.3

- Allow alphanumeric characters in SQLite style parameters [#32](https://github.com/shssoichiro/sqlformat-rs/pull/32)
Expand All @@ -8,7 +12,8 @@

### Version 0.2.2

- Fix a performance issue where the tokenizer would run in O^2 time [#24](https://github.com/shssoichiro/sqlformat-rs/pull/24)
- Fix a performance issue where the tokenizer would run in O^2
time [#24](https://github.com/shssoichiro/sqlformat-rs/pull/24)

### Version 0.2.1

Expand All @@ -21,7 +26,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.3"
version = "0.2.4"
authors = ["Josh Holmer <[email protected]>"]
edition = "2021"
rust-version = "1.56"
Expand Down

0 comments on commit ed5f77c

Please sign in to comment.