Skip to content

Commit cf2bba2

Browse files
beriberikixclaude
andcommitted
Release v0.5.1
Sets the version and dates the changelog entry for the control-transfer fix. v0.5.0 shipped a binary whose control transfers stalled, so a client could not enumerate a device against it — that release should not remain the installable one. Verified against the release build, not debug: control transfer returns the J-Link's real descriptor and the bulk exchange returns its version string. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017rmyikdjWveP99ZUCDLY89
1 parent 03b7a77 commit cf2bba2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v0.5.1] - 2026-08-07
99

1010
### Fixed — control transfers were broken in release builds only
1111

Sources/Common/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ import Foundation
1010
/// was built from. Keeping it in one place is what makes `usbipd --version` mean
1111
/// something.
1212
public enum USBIPDVersion {
13-
public static let current = "0.5.0"
13+
public static let current = "0.5.1"
1414
}

0 commit comments

Comments
 (0)