Skip to content

Commit 350d72b

Browse files
committed
Version 0.3.4
1 parent 6ee83c4 commit 350d72b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 0.3.4
2+
3+
- Migrate from `nom` to `winnow`, provides about 30% performance improvement
4+
15
### Version 0.3.3
26

37
- Reduce binary size by removing regex dependency (#68)

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.3"
3+
version = "0.3.4"
44
authors = ["Josh Holmer <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.65"

0 commit comments

Comments
 (0)