Skip to content

chore: renumber v0.5.49 -> v0.5.50 (version string collision) - #96

Merged
SoundMatt merged 1 commit into
mainfrom
chore/bump-v0.5.50
Jul 30, 2026
Merged

chore: renumber v0.5.49 -> v0.5.50 (version string collision)#96
SoundMatt merged 1 commit into
mainfrom
chore/bump-v0.5.50

Conversation

@SoundMatt

Copy link
Copy Markdown
Owner

Summary

Test plan

  • cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build — clean build
  • ctest --test-dir build — 40/40 tests pass
  • cfusa check --dir . exits 0
  • Version-consistency check verified locally: cfusa version reports 0.5.50, present in both README.md and CHANGELOG.md

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>
@SoundMatt
SoundMatt merged commit 12a30f4 into main Jul 30, 2026
10 checks passed
@SoundMatt
SoundMatt deleted the chore/bump-v0.5.50 branch July 30, 2026 20:26
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.

1 participant