From 082a394f525028dba6c241e3c628480a593cbc23 Mon Sep 17 00:00:00 2001 From: Eliran Cohen Date: Tue, 7 Jul 2026 08:49:27 +0300 Subject: [PATCH] Changelog for v5.3.0 Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1c762..c130c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to wsl2-devkit are documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/). +## [5.3.0] - 2026-07-07 + +### Added +- **Banners show the live release version**: every stage script and wsl-tools + resolves `git describe --tags` at runtime — `v5.3.0` at a release tag, + `v5.3.0-N-gsha` when ahead of it, silent for ZIP copies without `.git`. + Replaces the drift-prone hardcoded numbers for good. (#9, #10) +- `make checksums` writes the `checksums.txt` release artifact, and + CONTRIBUTING gains a **Releasing** section documenting the full tag + + release procedure. (#8) + +### Fixed +- The version probe no longer leaks git's exit code (128 in tagless/shallow + checkouts) as the script's own exit code. (#10) + +### Docs +- README + Troubleshooting now cover the "not digitally signed" trap: + `Unblock-File` for ZIP downloads, the `\\wsl.localhost` UNC rule, and the + separate Windows PowerShell 5.1 vs pwsh execution policies. (#9) + ## [5.2.0] - 2026-07-07 ### Added