From 1fb43495ca0e19f03784068b6ef5a81f4e01a21f Mon Sep 17 00:00:00 2001 From: pmpetit Date: Fri, 10 Jul 2026 10:21:28 +0200 Subject: [PATCH] bump to 0.5.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2746c75..f759938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mongo2pg" -version = "0.5.4" +version = "0.5.5" edition = "2021" description = "Schema inference and conversion tool: MongoDB → JSON Schema variants" license = "Apache-2.0"