Release Notes
- minijinja-cli now supports
.ini
files. #532
- Fixed a bug that caused cycle detection to trigger incorrectly when an included
template extended from another template. #538
- Bumped the minimum version of
self_cell
to 1.0.4. #540
- MiniJinja will now warn if the
serde
feature is disabled. This is in
anticipation of removing the serde dependency in the future. #541
- Improved an edge case with
State::resolve
. It now can resolve the
initial template context in macro calls even if no closure has been
created. #542
Install minijinja-cli 2.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.1.0/minijinja-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.1.0/minijinja-cli-installer.ps1 | iex"
Download minijinja-cli 2.1.0