v0.7.0 (2024-04-24)
Release Notes
BREAKING CHANGE
- json output is no longer like:
{"token": "Ingredient", "name": "foo", "amount": "1", "unit": "gr"}
now:
{"token": "Ingredient", "content": {"name": "foo", "amount": "1", "unit": "gr"}}
The problem is that serde was failing to serialize enum variants that contained a single string
Fix
- use serde content for token enum
Install recp 0.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/reciperium/recipe-lang/releases/download/v0.7.0/recp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/reciperium/recipe-lang/releases/download/v0.7.0/recp-installer.ps1 | iex"
Download recp 0.7.0
File | Platform | Checksum |
---|---|---|
recp-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
recp-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
recp-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
recp-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |