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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
release-plz maintains this file from conventional-commit messages on `main`.

## [Unreleased]

## [0.1.1](https://github.com/SecurityRonin/forensic-carve/compare/forensic-carve-v0.1.0...forensic-carve-v0.1.1) - 2026-08-13

### Fixed

- *(gitignore)* unanchor the target rule so nested cargo projects are ignored
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "forensic-carve"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.75"
license = "Apache-2.0"
Expand Down
Loading