Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Nov 5, 2024
1 parent 3c00871 commit aa5b145
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Version 0.3.1

- Allow latest regex version (#55)
- [slightly breaking] Increases minimum Rust version to 1.65
- Fixes for operator parsing (#57)
- Performance improvements (#58)

### Version 0.3.0

- [breaking] fix: Ignore keywords for uppercase=True (#53)
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.0"
version = "0.3.1"
authors = ["Josh Holmer <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down

0 comments on commit aa5b145

Please sign in to comment.