From 74dadc1f4d5f2870163842bb1fa8012958357808 Mon Sep 17 00:00:00 2001 From: Christopher Regali Date: Sat, 28 Oct 2023 22:49:21 +0200 Subject: [PATCH] Update json-diff library with array support, bump version for release drafting. --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61f93d5..b3d1af9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A flexible rule-based file and folder comparison tool and crate i repository = "https://github.com/VolumeGraphics/havocompare" homepage = "https://github.com/VolumeGraphics/havocompare" documentation = "https://docs.rs/havocompare" -version = "0.5.0-RC2" +version = "0.5.0" edition = "2021" license = "MIT" authors = ["Volume Graphics GmbH"] @@ -47,7 +47,7 @@ tempfile = "3.8" fs_extra = "1.3" opener = "0.6" anyhow = "1.0" -json_diff_ng = {version = "0.3.0-rc1"} +json_diff_ng = {version = "0.3.0"} [dev-dependencies] diff --git a/README.md b/README.md index bff776f..7e780cb 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ rules: ## Changelog ### 0.5.0 -- Add basic JSON checking +- Add JSON checking ### 0.4.0 - Separate reporting logic from comparison logic