From 9615a9f83d936b05b792ca9bd61710946d09e317 Mon Sep 17 00:00:00 2001 From: Odonno Date: Mon, 26 Feb 2024 20:55:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20v1.2.1?= 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 6381325..7825c47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3512,7 +3512,7 @@ dependencies = [ [[package]] name = "surrealdb-migrations" -version = "1.2.0" +version = "1.2.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 124a58f..3b60f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surrealdb-migrations" -version = "1.2.0" +version = "1.2.1" 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/"