From 149a620562d1c458bcbcf2f94dbe3e63d42c0e27 Mon Sep 17 00:00:00 2001 From: Adinata Wijaya Date: Fri, 15 Dec 2023 11:17:35 +0100 Subject: [PATCH] update to 0.5.2 --- Cargo.toml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a1eb2c..0d0a53f 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.1" +version = "0.5.2" edition = "2021" license = "MIT" authors = ["Volume Graphics GmbH"] diff --git a/README.md b/README.md index 3ed67bc..3147ab1 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,11 @@ rules: ## Changelog +### 0.5.2 +- Preserve white spaces in CSV and PDF report instead of being collapsed by HTML +- Add + and - symbols to the report index +- Display combined file names in report index if the compared file names are different + ### 0.5.1 - Fix potential crash in JSON checking