Skip to content

Commit ed186b0

Browse files
committed
chore: release
1 parent 812d839 commit ed186b0

9 files changed

Lines changed: 56 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.11.0](https://github.com/SecurityRonin/forensicnomicon/compare/forensicnomicon-v1.10.0...forensicnomicon-v1.11.0) - 2026-08-04
11+
12+
### Added
13+
14+
- *(eventids)* GREEN — land Sysmon 21/22 and seven BITS-Client events
15+
- *(eventids)* GREEN — add channel-qualified lookup, document first-match
16+
17+
### Fixed
18+
19+
- *(ci)* pin the nightly that renders the public-api baselines
20+
- *(catalog)* GREEN — roll parent ATT&CK IDs up to their sub-techniques
21+
1022
## [1.10.0](https://github.com/SecurityRonin/forensicnomicon/compare/forensicnomicon-v1.9.0...forensicnomicon-v1.10.0) - 2026-07-30
1123

1224
### Added

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ edition = "2021"
1111
# `forensicnomicon` is the root crate itself, declared as a path dep so the
1212
# in-workspace members link the local copy; the version pins it for publish.
1313
[workspace.dependencies]
14-
forensicnomicon = { path = ".", version = "1.10" }
14+
forensicnomicon = { path = ".", version = "1.11" }
1515
forensicnomicon-core = { path = "crates/core", version = "1.5" }
16-
forensicnomicon-data = { path = "crates/data", version = "1.3" }
16+
forensicnomicon-data = { path = "crates/data", version = "1.4" }
1717
serde = { version = "1", features = ["derive"] }
1818
serde_json = "1"
1919
serde_yaml = "0.9"
@@ -55,7 +55,7 @@ case_sensitive_file_extension_comparisons = { level = "allow", priority = 1 }
5555

5656
[package]
5757
name = "forensicnomicon"
58-
version = "1.10.0"
58+
version = "1.11.0"
5959
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."
6060
edition.workspace = true
6161
rust-version = "1.75"

crates/4n6query/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.11](https://github.com/SecurityRonin/forensicnomicon/compare/forensicnomicon-cli-v0.1.10...forensicnomicon-cli-v0.1.11) - 2026-08-04
11+
12+
### Added
13+
14+
- *(4n6query)* GREEN — 4n6query coverage, plus the figure in the TUI about modal
15+
16+
### Fixed
17+
18+
- *(4n6query)* GREEN — uppercase the term before the ATT&CK catalog lookup
19+
- *(4n6query)* GREEN — resolve event IDs by channel in the TUI and the CLI
20+
- *(catalog)* GREEN — roll parent ATT&CK IDs up to their sub-techniques
21+
1022
## [0.1.3](https://github.com/SecurityRonin/forensicnomicon/compare/forensicnomicon-cli-v0.1.2...forensicnomicon-cli-v0.1.3) - 2026-06-29
1123

1224
### Documentation

crates/4n6query/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forensicnomicon-cli"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition.workspace = true
55
rust-version = "1.75"
66
authors = ["Albert Hui <albert@securityronin.com>"]

crates/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.1](https://github.com/SecurityRonin/forensicnomicon/compare/forensicnomicon-core-v1.5.0...forensicnomicon-core-v1.5.1) - 2026-08-04
11+
12+
### Fixed
13+
14+
- *(catalog)* GREEN — roll parent ATT&CK IDs up to their sub-techniques
15+
1016
## [1.5.0](https://github.com/SecurityRonin/forensicnomicon/compare/forensicnomicon-core-v1.4.0...forensicnomicon-core-v1.5.0) - 2026-07-29
1117

1218
### Added

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "forensicnomicon-core"
44
# are the semver-stable surface the fleet's analyzer crates pin against
55
# (forensicnomicon-core = "1"). Bump majors deliberately — see
66
# docs/plans/2026-06-28-knowledge-propagation-and-crate-split.md.
7-
version = "1.5.0"
7+
version = "1.5.1"
88
description = "Stable engine layer of the ForensicNomicon: the normalized DFIR report model (Finding/Severity/Observation) and structural format constants. Zero deps."
99
edition.workspace = true
1010
rust-version = "1.75"

crates/data/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.0](https://github.com/SecurityRonin/forensicnomicon/compare/forensicnomicon-data-v1.3.3...forensicnomicon-data-v1.4.0) - 2026-08-04
11+
12+
### Added
13+
14+
- *(catalog)* regenerate with source-merging dedup
15+
16+
### Fixed
17+
18+
- *(catalog)* GREEN — correct evtx_bits_client event-ID mapping
19+
- *(catalog)* GREEN — wire the 52 orphaned fa descriptors, drop the dead_code mask
20+
- *(catalog)* GREEN — one EXPECTED_CATALOG_LEN, 17 count tests become presence tests
21+
22+
### Other
23+
24+
- *(catalog)* move assessed descriptors to hand-written homes
25+
1026
## [1.3.0](https://github.com/SecurityRonin/forensicnomicon/compare/forensicnomicon-data-v1.2.1...forensicnomicon-data-v1.3.0) - 2026-07-16
1127

1228
### Added

crates/data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "forensicnomicon-data"
33
# The fast-moving knowledge layer; it releases frequently and independently of the
44
# stable `forensicnomicon-core`. The schema is 1.0-stable; catalog content evolves
55
# additively (new artifacts/IOCs are minor bumps).
6-
version = "1.3.3"
6+
version = "1.4.0"
77
description = "Detection knowledge for the ForensicNomicon: the artifact descriptor catalog (the global CATALOG) and evidence/volatility lookups. The fast-moving data layer atop forensicnomicon-core."
88
edition.workspace = true
99
rust-version = "1.75"

0 commit comments

Comments
 (0)