Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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 @@ -13,7 +13,7 @@ repository = "https://github.com/SecurityRonin/archive-forensic"
authors = ["Albert Hui <albert@securityronin.com>"]

[workspace.dependencies]
archive-core = { path = "core", version = "0.1.4" }
archive-core = { path = "core", version = "0.1.5" }
thiserror = "2"

[workspace.lints.rust]
Expand Down
6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5](https://github.com/SecurityRonin/archive-forensic/compare/archive-core-v0.1.4...archive-core-v0.1.5) - 2026-08-05

### Fixed

- *(deps)* take sevenz-rust2 0.21.4, which fixes a fuzz-found header panic

## [0.1.4](https://github.com/SecurityRonin/archive-forensic/compare/archive-core-v0.1.3...archive-core-v0.1.4) - 2026-07-24

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "archive-core"
version = "0.1.4"
version = "0.1.5"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion forensic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "archive-forensic"
version = "0.1.2"
version = "0.1.3"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down