Skip to content

Commit 211fbb8

Browse files
committed
Version 0.3.5
1 parent 4f6f9be commit 211fbb8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Version 0.3.5
2+
3+
- Support pg_trgm operators
4+
- Remove usage of a deprecated `winnow` function
5+
16
### Version 0.3.4
27

38
- Migrate from `nom` to `winnow`, provides about 30% performance improvement

Cargo.toml

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

0 commit comments

Comments
 (0)