From 21b4edbda879700e67720a62ab30d596332bbe6e Mon Sep 17 00:00:00 2001 From: Dag Brattli Date: Thu, 16 Apr 2026 02:37:52 +0200 Subject: [PATCH] chore: anchor CHANGELOG with ShipIt-parseable 5.0.0-rc.2 entry Without a header in ShipIt's '## X.Y.Z - date' format, ShipIt cannot read the current version from CHANGELOG.md and falls back to 0.0.0, proposing '0.0.1-rc.1' instead of the expected '5.0.0-rc.3'. Seed the changelog with the last published version as a ShipIt-parseable entry so the next release bumps correctly. Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc8345..567919d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ name: Fable.Python All notable changes to this project will be documented in this file. +## 5.0.0-rc.2 - 2026-03-09 + +Last release on the legacy tag-based workflow. Matches [Fable.Python 5.0.0-rc.2 on NuGet](https://www.nuget.org/packages/Fable.Python/5.0.0-rc.2). + ## [5.0.0-alpha.21.5](https://github.com/fable-compiler/Fable.Python/compare/v5.0.0-alpha.21.4...v5.0.0-alpha.21.5) (2025-12-21) ### Bug Fixes