Skip to content

Commit

Permalink
Version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Jan 13, 2025
1 parent 4f6f9be commit 211fbb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 0.3.5

- Support pg_trgm operators
- Remove usage of a deprecated `winnow` function

### Version 0.3.4

- Migrate from `nom` to `winnow`, provides about 30% performance improvement
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.3.4"
version = "0.3.5"
authors = ["Josh Holmer <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit 211fbb8

Please sign in to comment.