Skip to content

Commit 3666265

Browse files
h4x0rclaude
andcommitted
chore: bump version to 0.1.1
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4a7e311 commit 3666265

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -5,17 +5,17 @@ members = ["core", "forensic", "cli"]
55
# Single source of truth for fields shared by every member (DRY): bump version /
66
# edition / license here once; members inherit via `field.workspace = true`.
77
[workspace.package]
8-
version = "0.1.0"
8+
version = "0.1.1"
99
edition = "2021"
1010
license = "Apache-2.0"
1111

1212
[workspace.dependencies]
1313
# KNOWLEDGE-layer format constants + the shared report model (Severity/Observation).
1414
forensicnomicon = "0.4"
1515
# The native reader, consumed by the forensic analyzer.
16-
sqlite-core = { version = "0.1.0", path = "core" }
16+
sqlite-core = { version = "0.1.1", path = "core" }
1717
# The anomaly auditor, consumed by the sqlite4n6 CLI.
18-
sqlite-forensic = { version = "0.1.0", path = "forensic" }
18+
sqlite-forensic = { version = "0.1.1", path = "forensic" }
1919
# CLI argument parsing.
2020
clap = { version = "4", features = ["derive"] }
2121

0 commit comments

Comments
 (0)