From 7a057aa334ef7a9bd869ed217b4ae17305fab38b Mon Sep 17 00:00:00 2001 From: Jesse Stuart Date: Thu, 9 Apr 2026 13:37:01 -0400 Subject: [PATCH] chore(release): prepare for 0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 958281b..fa9c260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "sql-schema" -version = "0.6.1" +version = "0.6.2" dependencies = [ "annotate-snippets", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d8786bf..bce1a2a 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.1" +version = "0.6.2" edition = "2021" license = "Apache-2.0" authors = ["Jesse Stuart "]