From 54959f2d844bbe2e69a1f1b1de2e72bab742de35 Mon Sep 17 00:00:00 2001 From: pmpetit Date: Tue, 7 Jul 2026 09:31:09 +0200 Subject: [PATCH] feat : bump to 0.5.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0020175..e027c66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1923,7 +1923,7 @@ dependencies = [ [[package]] name = "mongo2pg" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "apache-avro", diff --git a/Cargo.toml b/Cargo.toml index 66e9d6f..68f1564 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mongo2pg" -version = "0.5.3" +version = "0.5.4" edition = "2021" description = "Schema inference and conversion tool: MongoDB → JSON Schema variants" license = "Apache-2.0"