From e52d50d0cebbe391c00b4e772bb3c172f44c7baa Mon Sep 17 00:00:00 2001 From: Christopher Regali Date: Thu, 22 Feb 2024 23:35:11 +0100 Subject: [PATCH] Bump version and add README.md --- Cargo.toml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39b6af1..746e55c 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.3" +version = "0.5.4" edition = "2021" license = "MIT" authors = ["Volume Graphics GmbH"] diff --git a/README.md b/README.md index d8740e6..48af352 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,9 @@ rules: ## Changelog +### 0.5.4 +- Add option to run single file mode from CLI + ### 0.5.3 - Add option to sort json arrays (including deep sorting) - Make single file comparison function to public api