From 44486b20fa9ec102210fd387f3ed0cd0447127fc Mon Sep 17 00:00:00 2001 From: Omer Ben-Amram Date: Sun, 3 Nov 2024 14:39:29 +0200 Subject: [PATCH] changelog for 0.8.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7704e1..730bd670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.4 - 2024-04-04] + +### Fixed +- (bugfix) Fix json output when a node with attributes has the same key several times. thanks @yardlogs + + ## [0.8.2 - 2024-04-04] ### Added diff --git a/Cargo.lock b/Cargo.lock index 91cbfba4..f6b6180a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,7 +558,7 @@ dependencies = [ [[package]] name = "evtx" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4346b543..f6f7b235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/omerbenamram/EVTX" license = "MIT/Apache-2.0" readme = "README.md" -version = "0.8.3" +version = "0.8.4" authors = ["Omer Ben-Amram "] edition = "2021" @@ -79,4 +79,4 @@ required-features = ["evtx_dump"] [[bench]] name = "benchmark" path = "./src/benches/benchmark.rs" -harness = false \ No newline at end of file +harness = false