From a340dfaf5d1d857e385c966c9e9ad15827b51669 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 9 Jan 2026 16:32:29 -0700 Subject: chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f97237c..75828dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "xlg-sqlfmt" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 7f075f9..c1cd016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xlg-sqlfmt" -version = "0.3.0" +version = "0.3.1" edition = "2024" description = "A command-line SQL formatter that reads SQL from stdin and writes formatted SQL to stdout" license = "MIT" -- cgit v1.2.3