From fb3b6d2d16df06935301a05bb04708ae02b4ab04 Mon Sep 17 00:00:00 2001 From: James Douglass L Date: Sat, 6 Jul 2024 10:23:01 -0400 Subject: [PATCH] bump the minor version number only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we are still pre 1.0.0, it's fine to bump the minor number only. Cargo is treating those as breaking. Co-authored-by: Benoît Cortier --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0c449b..f3470f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mongodm" -version = "1.0.0" +version = "0.10.0" authors = ["Benoît CORTIER "] edition = "2021" description = "A thin ODM layer for mongodb"