From b5c689807b7791edb2f993a7be4d53fec57c3205 Mon Sep 17 00:00:00 2001 From: Odonno Date: Mon, 17 Jul 2023 22:12:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v0.9.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69f4b7b..af36a99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2268,7 +2268,7 @@ dependencies = [ [[package]] name = "surrealdb-migrations" -version = "0.9.11" +version = "0.9.12" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 6cf24a5..f7d16fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surrealdb-migrations" -version = "0.9.11" +version = "0.9.12" description = "An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project." authors = ["David Bottiau"] repository = "https://github.com/Odonno/surrealdb-migrations/"