Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minijinja-cli 2.6.0 #203601

Merged
merged 2 commits into from
Jan 8, 2025
Merged

minijinja-cli 2.6.0 #203601

merged 2 commits into from
Jan 8, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Release Notes
  • Added sum filter. #648
  • Added truncate filter to minijinja-contrib. #647
  • Added wordcount filter to minijinja-contrib. #649
  • Added wordwrap filter to minijinja-contrib. #651
  • Some tests and filters now pass borrowed values for performance reasons
    and a bug was fixed that caused undefined values in strict undefined
    mode not to work with tests. #657
  • Fixed an error reporting issue for some syntax errors. #655
  • Removed an unsafe code block from the Kwargs type internally
    which was probably unsafe. #659
  • Fix a regression with latest serde that caused internals to leak
    out when flattening on value handles is used. #664
  • Added Value::make_object_map to create projections from object
    into maps, similar to how it was already possible to create
    iterators that were projected from objects. #663
  • The |items filter will no longer allocate a list and instead
    return an iterator. #665
  • Fixed a bug that caused lstrip_blocks to act too eager. #674

Install minijinja-cli 2.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.6.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.6.0/minijinja-cli-installer.ps1 | iex"

Download minijinja-cli 2.6.0

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

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 8, 2025
Copy link
Contributor

github-actions bot commented Jan 8, 2025

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 8, 2025
@BrewTestBot BrewTestBot enabled auto-merge January 8, 2025 17:42
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 8, 2025
Merged via the queue into master with commit daca8f6 Jan 8, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-minijinja-cli-2.6.0 branch January 8, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants