Skip to content
Merged
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ edition = "2021"
# `forensicnomicon` is the root crate itself, declared as a path dep so the
# in-workspace members link the local copy; the version pins it for publish.
[workspace.dependencies]
forensicnomicon = { path = ".", version = "1.5" }
forensicnomicon-core = { path = "crates/core", version = "1.0" }
forensicnomicon = { path = ".", version = "1.6" }
forensicnomicon-core = { path = "crates/core", version = "1.1" }
forensicnomicon-data = { path = "crates/data", version = "1.2" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down Expand Up @@ -55,7 +55,7 @@ case_sensitive_file_extension_comparisons = { level = "allow", priority = 1 }

[package]
name = "forensicnomicon"
version = "1.5.0"
version = "1.6.0"
description = "The ForensicNomicon — comprehensive DFIR artifact catalog: UserAssist, Shimcache, Amcache, Prefetch, $MFT, ShellBags, EVTX, NTDS.dit, SAM, SRUM, LNK, Jump Lists + KAPE/Velociraptor/Sigma/MITRE. Zero deps."
edition.workspace = true
rust-version = "1.75"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "forensicnomicon-core"
# are the semver-stable surface the fleet's analyzer crates pin against
# (forensicnomicon-core = "1"). Bump majors deliberately — see
# docs/plans/2026-06-28-knowledge-propagation-and-crate-split.md.
version = "1.0.0"
version = "1.1.0"
description = "Stable engine layer of the ForensicNomicon: the normalized DFIR report model (Finding/Severity/Observation) and structural format constants. Zero deps."
edition.workspace = true
rust-version = "1.75"
Expand Down
Loading