Skip to content

0.2.2 - 2026-05-18

Choose a tag to compare

@github-actions github-actions released this 18 May 13:14

Release Notes

πŸ› Bug Fixes

  • Ensure that generated floating point constants are inferred as floats by the C compiler. (by @LukeMathWalker)

Contributors

Install cheadergen_cli 0.2.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LukeMathWalker/cheadergen/releases/download/0.2.2/cheadergen_cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/LukeMathWalker/cheadergen/releases/download/0.2.2/cheadergen_cli-installer.ps1 | iex"

Download cheadergen_cli 0.2.2

File Platform Checksum
cheadergen_cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cheadergen_cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
cheadergen_cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
cheadergen_cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cheadergen_cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum