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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.13.0] — 2026-09-03

### Added
- **`agentdfir analyze <pkg>`** — one command runs every analysis stage in the
right order: normalize (only when the overlay is missing or the package is
Expand Down Expand Up @@ -445,7 +447,9 @@ and interoperability exports.
on all evidence-derived output; bounded parsers; zip-slip defense on archive
extraction; secrets never printed by default.

[Unreleased]: https://github.com/efij/AgentDFIR/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/efij/AgentDFIR/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/efij/AgentDFIR/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/efij/AgentDFIR/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/efij/AgentDFIR/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/efij/AgentDFIR/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/efij/AgentDFIR/compare/v0.9.0...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version

// Version is the collector version. Overridable at build time via
// -ldflags "-X github.com/efij/AgentDFIR/internal/version.Version=vX.Y.Z".
var Version = "0.13.0-dev"
var Version = "0.13.0"

// ADFIRVersion is the evidence package format version this binary writes.
const ADFIRVersion = "0.1"
Expand Down
Loading