Skip to content

Commit 6adfa18

Browse files
committed
chore(release): 0.11.2
1 parent 9117c21 commit 6adfa18

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.11.2 - 2026-03-22]
12+
13+
### Added
14+
- Re-export `Timestamp` and `Offset` from the crate root to simplify downstream timestamp handling.
15+
16+
### Fixed
17+
- Stop iterating a chunk after detecting a record whose `data_size` points past the chunk boundary, avoiding an infinite loop on malformed EVTX input.
18+
- Fix a missing closing quote in the README `evtx_dump` + `fd` XML example.
19+
20+
**Full Changelog**: [`v0.11.1...v0.11.2`](https://github.com/omerbenamram/evtx/compare/v0.11.1...v0.11.2)
21+
1122
## [0.11.1 - 2026-02-06]
1223

1324
### Security

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/omerbenamram/EVTX"
66
license = "MIT/Apache-2.0"
77
readme = "README.md"
88

9-
version = "0.11.1"
9+
version = "0.11.2"
1010
authors = ["Omer Ben-Amram <omerbenamram@gmail.com>"]
1111
edition = "2024"
1212

0 commit comments

Comments
 (0)