Commit 0314189

mo khan <mo@mokhan.ca>
2026-01-09 23:08:49
chore: bump version to 0.3.0 tag: v0.3.0
1 parent 8286174
Changed files (2)
Cargo.lock
@@ -403,7 +403,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
 
 [[package]]
 name = "xlg-sqlfmt"
-version = "0.2.0"
+version = "0.3.0"
 dependencies = [
  "anyhow",
  "assert_cmd",
Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "xlg-sqlfmt"
-version = "0.2.0"
+version = "0.3.0"
 edition = "2024"
 description = "A command-line SQL formatter that reads SQL from stdin and writes formatted SQL to stdout"
 license = "MIT"