Skip to content

Release v0.65.0#3351

Merged
max-sixty merged 2 commits into
mainfrom
release
Jul 2, 2026
Merged

Release v0.65.0#3351
max-sixty merged 2 commits into
mainfrom
release

Conversation

@max-sixty

Copy link
Copy Markdown
Owner

Release v0.65.0. Version bump plus the 0.65.0 changelog section.

User-facing changes in this release:

Also included: a fix to the release skill's reporter-finding grep — sort -un on #-prefixed lines collapsed the whole issue-reference list to a single entry (every line sorts as numeric 0), which nearly dropped @caillou's credit. Now sorts on the numeric field after #.

The nightly cross-platform suite (full-tests linux/macos/windows, feature-powerset, release-target, nix-flake, minimal-versions) passed green on the cut-from tip before this PR was opened.

This was written by Claude Code on behalf of max

max-sixty and others added 2 commits July 1, 2026 21:22
The reporter-finding step piped `grep -oE '#[0-9]+'` into `sort -un`.
Because every line starts with `#` (not a digit), numeric sort read
them all as 0, so `-u` collapsed the entire list to a single ref —
the "PRIMARY" step for crediting issue reporters silently surfaced
only one issue. Sort on the numeric field after `#` instead, which
dedups correctly and keeps numeric ordering.

Found while cutting v0.65.0: the range referenced 15 issues/PRs but
the command reported only #3350, nearly dropping @caillou's credit
for reporting #3343.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@max-sixty max-sixty merged commit 5175153 into main Jul 2, 2026
41 of 42 checks passed
@max-sixty max-sixty deleted the release branch July 2, 2026 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

wt remove should probably preserve the current working directory

2 participants