Release Notes
- Added
'c' (character) format type support for format filters and str.format-style formatting. #868
- Added prebuilt
minijinja-cli release targets for aarch64-pc-windows-msvc (Windows ARM64) and armv7-unknown-linux-gnueabihf.
- Fixed strict and semi-strict undefined handling so string-coercing filter/function arguments also fail for nested
Rest<String> and Vec<String> conversions. #877
- Fixed Python CI/build compatibility with newer
maturin by moving stripping from global config to release wheel build arguments.
Install minijinja-cli 2.17.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.17.0/minijinja-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.17.0/minijinja-cli-installer.ps1 | iex"
Download minijinja-cli 2.17.0