diff --git a/Cargo.lock b/Cargo.lock index 6635382..4ccab5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3666,7 +3666,7 @@ dependencies = [ [[package]] name = "surrealdb-migrations" -version = "1.4.1" +version = "1.5.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 9d5240d..cb4782c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surrealdb-migrations" -version = "1.4.1" +version = "1.5.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/"