Releases: yigitcan-ozturk/impactctl
Releases · yigitcan-ozturk/impactctl
Release list
impactctl v0.1.0
First public release of impactctl — a deterministic CLI that shows what a code change can affect before it is merged.
Highlights
- Analyze Git diffs for API contract changes
- Detect database migrations
- Detect deployment and infrastructure changes
- Detect CI/CD and configuration changes
- Inspect CODEOWNERS boundaries
- Produce explainable LOW / MEDIUM / HIGH / CRITICAL impact results
- Human-readable, JSON and Markdown output
- Automated GitHub PR impact comments
- Cross-platform release builds for Linux, macOS and Windows
- SHA-256 checksums for release artifacts
Example
impactctl pr --base main --head HEAD