Release Notes
⛰️ Features
- Add const_ptr as a field annotation to coerce the generated C pointer field to be a constant pointer (by @LukeMathWalker)
🐛 Bug Fixes
- skip rewriting unchanged generated headers (by @gdesmott) - #11
🧪 Testing
- Ensure JSON docs for workspace dependencies are generated in the cache warming pre-testing script (by @LukeMathWalker)
- Enable JSON caching for workspace dependencies in our UI test suite (by @LukeMathWalker)
Contributors
Install cheadergen_cli 0.2.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LukeMathWalker/cheadergen/releases/download/0.2.4/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.4/cheadergen_cli-installer.ps1 | iex"
Download cheadergen_cli 0.2.4