From c77f7aa887b20efcc4a2806d57349e6ecf79672b Mon Sep 17 00:00:00 2001 From: Odonno Date: Fri, 12 Apr 2024 19:36:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20v1.3.0?= 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 31db282..907b0f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3446,7 +3446,7 @@ dependencies = [ [[package]] name = "surrealdb-migrations" -version = "1.2.3" +version = "1.3.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index b1c11fa..82289ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surrealdb-migrations" -version = "1.2.3" +version = "1.3.0" 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/"