Skip to content

Commit aa5b145

Browse files
committed
Version 0.3.1
1 parent 3c00871 commit aa5b145

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Version 0.3.1
2+
3+
- Allow latest regex version (#55)
4+
- [slightly breaking] Increases minimum Rust version to 1.65
5+
- Fixes for operator parsing (#57)
6+
- Performance improvements (#58)
7+
18
### Version 0.3.0
29

310
- [breaking] fix: Ignore keywords for uppercase=True (#53)

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

0 commit comments

Comments
 (0)