Skip to content

Commit 258a058

Browse files
haasonsaasclaude
andcommitted
chore: bump version to 0.5.1 for binary release
- Update version in Cargo.toml - Add comprehensive changelog for v0.5.1 - Document pre-built binary distribution features 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 51969e1 commit 258a058

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.1] - 2025-06-06
6+
7+
### Added
8+
- **Pre-built Binaries**: Automated binary distribution for all major platforms
9+
- **Release Automation**: GitHub Actions workflow for multi-platform builds
10+
- **Easy Installation**: One-line install scripts for Linux/macOS and Windows
11+
- **Docker Multi-arch**: Support for AMD64 and ARM64 architectures
12+
- **Cross-compilation**: Build configuration for 6 different target platforms
13+
14+
### Changed
15+
- **Binary Size**: Optimized release builds with LTO and stripping for smaller downloads
16+
- **Docker Image**: Switched to Alpine Linux for minimal container size
17+
- **Installation Docs**: Added comprehensive binary installation instructions
18+
19+
### Supported Platforms
20+
- Linux x86_64 (GNU and MUSL variants)
21+
- Linux ARM64
22+
- macOS Intel (x86_64)
23+
- macOS Apple Silicon (ARM64)
24+
- Windows x86_64 (MSVC)
25+
26+
## [0.5.0] - 2025-06-06
27+
28+
### Added
29+
- **PR Summary Generation**: Create executive summaries with statistics and risk analysis
30+
- **Interactive Commands**: Respond to PR comments with @diffscope commands
31+
- **Changelog Generation**: Generate changelogs and release notes from git history
32+
- **Path-Based Configuration**: Customize review behavior for different directories
33+
- **Focus Areas**: Configure specific review focuses per path (security, performance, etc.)
34+
- **Severity Overrides**: Elevate or downgrade issue severity based on file paths
35+
36+
### Changed
37+
- **Smart Review**: Enhanced with confidence scoring and fix effort estimation
38+
- **Output Format**: Improved markdown with emojis and professional formatting
39+
540
## [0.4.4] - 2025-06-06
641

742
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffscope"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
authors = ["Jonathan Haas <jonathan@haas.holdings>"]
66
description = "A composable code review engine with smart analysis, confidence scoring, and professional reporting"

0 commit comments

Comments
 (0)