speed47 / spectre-meltdown-checker

Reptar, Downfall, Zenbleed, ZombieLoad, RIDL, Fallout, Foreshadow, Spectre, Meltdown vulnerability/mitigation checker for Linux & BSD
3.85k stars 476 forks source link

git tag for v.0.45 missing #428

Closed thomasmerz closed 2 years ago

thomasmerz commented 2 years ago

Thanks for your great job regarding spectre-meltdown-checker.sh 🎉 Yesterday you released v.0.45 but you forgot to add a git tag:

🍏 ✔ [95%] ▇ ✔ ~/dev/github.com/spectre-meltdown-checker [master|✔]
12:28 $ git tag|grep 44
v0.44

🍏 ✔ [95%] ▇ ✔ ~/dev/github.com/spectre-meltdown-checker [master|✔]
12:28 $ git tag|grep 45

🍎 ✘ [95%] ▇ ✘-1 ~/dev/github.com/spectre-meltdown-checker [master|✔]

When "Switching branches/tags" in GitHub GUI to v0.45 it says:

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Could you please add this missing tag for the corresponding commit? Thank you very much.

speed47 commented 2 years ago

Hello, thanks for your report, indeed I seem to have two commits changing the version number, adjusting the tag to point to the commit on top of the main branch instead of the other one...

speed47 commented 2 years ago

Should be better now, thanks for noticing ;)