Skip to content

Commit cd3988f

Browse files
committed
Version 0.1.8
1 parent b548e4a commit cd3988f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Version 0.1.8
2+
3+
- Remove regex dependency
4+
- Remove unused maplit dependency
5+
16
### Version 0.1.7
27

38
- Bump nom to 7.0, which reportedly also fixes some build issues

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlformat"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
authors = ["Josh Holmer <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)