chore: renumber v0.5.49 -> v0.5.50 (version string collision) - #96
Merged
Conversation
The previous PR (#95) bumped c-FuSa to v0.5.49, but that version string turns out to already be tagged/released: v0.5.49 was published on 2026-07-29 against PR #93's merge commit, whose version.h still read "0.5.48" at the time — a pre-existing off-by-one in that earlier release, unrelated to #95's actual content. Attempting to tag v0.5.49 for #95's commit failed with "Reference already exists", surfacing the collision. Renumbers CMakeLists.txt/version.h/.fusa.json/README's version badge from 0.5.49 to 0.5.50 and retitles the CHANGELOG section, with a note on both explaining the renumbering so the history isn't confusing later. No functional changes — this is purely a version-string fix. 40/40 tests pass; `cfusa check --dir .` exits 0. Signed-off-by: Matt Jones <matt@jellybaby.com> Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
version.hstill read "0.5.48" at the time — a pre-existing off-by-one in that earlier release, unrelated to fix: v0.5.49 — ASIL Table 4 correction + two live-exploitable injection fixes #95). Attempting to create thev0.5.49tag for fix: v0.5.49 — ASIL Table 4 correction + two live-exploitable injection fixes #95's merge commit failed with "Reference already exists".CMakeLists.txt/include/cfusa/version.h/.fusa.json/README's version badge from 0.5.49 to 0.5.50, retitles the CHANGELOG section, and adds a short explanatory note in bothversion.handCHANGELOG.mdso the renumbering isn't confusing later.Test plan
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build— clean buildctest --test-dir build— 40/40 tests passcfusa check --dir .exits 0cfusa versionreports 0.5.50, present in both README.md and CHANGELOG.md