Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
omerbenamram committed Aug 29, 2022
1 parent e3b5eaf commit 6f33666
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +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).

## [UNRELEASED]
## [0.8.0 - 2022-08-29]

## Added

- A new feature for `evtx-dump` which allows selective dumping of event ranges.
- Added builds for apple silicon macs via cross compilation.

### Changed

Expand All @@ -20,6 +21,12 @@ and this project adheres to
- Use `insta` for snapshot testing
- Convert `#text` to an array if multiple elements with the same name exist

### Fixed

- https://github.com/omerbenamram/evtx/issues/201
- https://github.com/omerbenamram/evtx/issues/209
- https://github.com/omerbenamram/evtx/issues/221

## [0.7.2 - 2021-04-01]

### Changed
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.

2 changes: 1 addition & 1 deletion 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.7.3-alpha.0"
version = "0.8.0"
authors = ["Omer Ben-Amram <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 6f33666

Please sign in to comment.