Skip to content

Commit 652f63d

Browse files
Alan Shumclaude
andcommitted
chore: release v0.3.0
Security hardening milestone: - LLM prompts piped via stdin (no process table exposure) - PID/log files in secure XDG_RUNTIME_DIR with atomic write - Bounded LLM response reading (1MB stdout, 100KB JSON) - Path traversal validation for diff paths and config - 75 unit tests + 18 integration tests Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6de5e73 commit 652f63d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "semantic-diff"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "A terminal diff viewer with AI-powered semantic grouping (Claude CLI / Copilot)"
66
license = "MIT"

0 commit comments

Comments
 (0)