Skip to content

Commit fd9c74d

Browse files
committed
chore: bump version to 0.5.2 with workflow fixes
1 parent d2a74ba commit fd9c74d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.2] - 2025-06-06
6+
7+
### Fixed
8+
- GitHub Actions release workflow permissions
9+
- Use modern release action for better reliability
10+
- Add SHA256 checksums for all release binaries
11+
- Fix Windows checksum generation in workflow
12+
513
## [0.5.1] - 2025-06-06
614

715
### Added

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.1"
3+
version = "0.5.2"
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)