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