Skip to content

Commit 04f929c

Browse files
committed
Version 0.2.3
1 parent ecb6ffc commit 04f929c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Version 0.2.3
2+
3+
- Allow alphanumeric charactersin SQLite style parameters [#32](https://github.com/shssoichiro/sqlformat-rs/pull/32)
4+
- Format "begin" and "declare" for PLPgSql [#30](https://github.com/shssoichiro/sqlformat-rs/pull/30)
5+
- Allow scientific notation with or without "+"/"-" [#31](https://github.com/shssoichiro/sqlformat-rs/pull/31)
6+
- Treat "$$" as a reserved token that sits on its own line [#29](https://github.com/shssoichiro/sqlformat-rs/pull/29)
7+
- Bump itertools to version 0.12 [#28](https://github.com/shssoichiro/sqlformat-rs/pull/28)
8+
19
### Version 0.2.2
210

311
- Fix a performance issue where the tokenizer would run in O^2 time [#24](https://github.com/shssoichiro/sqlformat-rs/pull/24)

Cargo.toml

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

0 commit comments

Comments
 (0)