Skip to content

Commit

Permalink
changelog for 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
omerbenamram committed Nov 3, 2024
1 parent 72a0e58 commit 44486b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
edition = "2021"

Expand Down Expand Up @@ -79,4 +79,4 @@ required-features = ["evtx_dump"]
[[bench]]
name = "benchmark"
path = "./src/benches/benchmark.rs"
harness = false
harness = false

0 comments on commit 44486b2

Please sign in to comment.