From feb531ede83c89bdd882aefe7c1fd6dc0b3078b2 Mon Sep 17 00:00:00 2001 From: Jesse Stuart Date: Mon, 3 Aug 2026 09:58:06 -0400 Subject: [PATCH] chore(release): prepare for 0.6.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa9c260..6de2b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "sql-schema" -version = "0.6.2" +version = "0.6.3" dependencies = [ "annotate-snippets", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bce1a2a..6f9431e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sql-schema" description = "Declarative SQL schema migrations" keywords = ["sql", "schema", "migration", "migrations"] categories = ["development-tools", "command-line-utilities", "database"] -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "Apache-2.0" authors = ["Jesse Stuart "]