Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed May 5, 2022
1 parent 54e0188 commit 33d82a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Version 0.2.0
- Fix extra spaces in string escaping [#13](https://github.com/shssoichiro/sqlformat-rs/pull/13)
- Fix panic on overflowing integer [#14](https://github.com/shssoichiro/sqlformat-rs/pull/14)
- Bump Rust edition to 2021
- This is technically a breaking change as it bumps the minimum Rust version to 1.56

### Version 0.1.8

- Remove regex dependency
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.1.8"
version = "0.2.0"
authors = ["Josh Holmer <jholmer.in@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 33d82a5

Please sign in to comment.