From 9df1fcf0bd30014989d423dde9e4536459301c74 Mon Sep 17 00:00:00 2001 From: Bartosz Blizniak Date: Thu, 30 Jul 2026 11:42:42 +0100 Subject: [PATCH] docs: record the download-path fix under 0.1.0 Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b9020..d3ec49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Fixed - -- The release workflow verifies the published Cloudsmith files at their - actual download path (`raw/versions//`), and a failed - download is reported as a notice instead of a spurious checksum mismatch. - ## [0.1.0] - 2026-07-30 ### Added @@ -33,3 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Stable machine-readable output for CI/CD consumers. - Cross-platform test, security scanning, release, and integration-vendoring workflows. + +### Fixed + +- The release workflow verifies the published Cloudsmith files at their + actual download path (`raw/versions//`), and a failed + download is reported as a notice instead of a spurious checksum mismatch.