Skip to content

chore(deps): Bump minijinja from 2.16.0 to 2.17.1#2222

Merged
blackmwk merged 1 commit intomainfrom
dependabot/cargo/minijinja-2.17.1
Mar 9, 2026
Merged

chore(deps): Bump minijinja from 2.16.0 to 2.17.1#2222
blackmwk merged 1 commit intomainfrom
dependabot/cargo/minijinja-2.17.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 8, 2026

Bumps minijinja from 2.16.0 to 2.17.1.

Release notes

Sourced from minijinja's releases.

2.17.0

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/minijinja-go/v2.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/minijinja-go/v2.17.0/minijinja-cli-installer.ps1 | iex"

Download minijinja-cli 2.17.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-aarch64-pc-windows-msvc.zip ARM64 Windows 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-armv7-unknown-linux-gnueabihf.tar.xz ARMv7 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
Changelog

Sourced from minijinja's changelog.

2.17.1

  • Re-release of 2.17.0 to fix release automation.
  • Switched npm publishing to trusted publishing (OIDC/provenance) and removed token-based auth from CI.
  • Prevented duplicate crates.io publish attempts by skipping slash-prefixed tags in crates publishing.

2.17.0

  • 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.
Commits
  • 73a1014 chore(release): 2.17.1
  • b44c125 fix(ci): use npm trusted publish and gate crates tags
  • d738c83 chore(release): 2.17.0
  • 9020235 meta: update changelog
  • 43176ca feat(release): add win arm64 and armv7 cli targets
  • 436f523 Add 'c' format type support to format filters (#868)
  • bb0fb2f docs(changelog): add unreleased undefined and maturin fixes
  • 279a324 patch grammar (#874)
  • 243bc28 fix: complain when filter is used on undefined in strict and semi-strict mode...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.16.0 to 2.17.1.
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@minijinja-go/v2.16.0...minijinja-go/v2.17.1)

---
updated-dependencies:
- dependency-name: minijinja
  dependency-version: 2.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 8, 2026
@blackmwk blackmwk merged commit 3f3a9ef into main Mar 9, 2026
21 checks passed
@blackmwk blackmwk deleted the dependabot/cargo/minijinja-2.17.1 branch March 9, 2026 00:39
gbrgr pushed a commit to RelationalAI/iceberg-rust that referenced this pull request Mar 10, 2026
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.16.0 to
2.17.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/minijinja/releases">minijinja's
releases</a>.</em></p>
<blockquote>
<h2>2.17.0</h2>
<h2>Release Notes</h2>
<ul>
<li>Added <code>'c'</code> (character) format type support for format
filters and <code>str.format</code>-style formatting. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/868">#868</a></li>
<li>Added prebuilt <code>minijinja-cli</code> release targets for
<code>aarch64-pc-windows-msvc</code> (Windows ARM64) and
<code>armv7-unknown-linux-gnueabihf</code>.</li>
<li>Fixed strict and semi-strict undefined handling so string-coercing
filter/function arguments also fail for nested
<code>Rest&lt;String&gt;</code> and <code>Vec&lt;String&gt;</code>
conversions. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/877">#877</a></li>
<li>Fixed Python CI/build compatibility with newer <code>maturin</code>
by moving stripping from global config to release wheel build
arguments.</li>
</ul>
<h2>Install minijinja-cli 2.17.0</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm
https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-installer.ps1
| iex&quot;
</code></pre>
<h2>Download minijinja-cli 2.17.0</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-apple-darwin.tar.xz">minijinja-cli-aarch64-apple-darwin.tar.xz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-apple-darwin.tar.xz">minijinja-cli-x86_64-apple-darwin.tar.xz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-pc-windows-msvc.zip">minijinja-cli-aarch64-pc-windows-msvc.zip</a></td>
<td>ARM64 Windows</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-pc-windows-msvc.zip">minijinja-cli-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-pc-windows-msvc.zip">minijinja-cli-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-unknown-linux-gnu.tar.xz">minijinja-cli-aarch64-unknown-linux-gnu.tar.xz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-unknown-linux-gnu.tar.xz">minijinja-cli-i686-unknown-linux-gnu.tar.xz</a></td>
<td>x86 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-unknown-linux-gnu.tar.xz">minijinja-cli-x86_64-unknown-linux-gnu.tar.xz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz">minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz</a></td>
<td>ARMv7 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-unknown-linux-musl.tar.xz">minijinja-cli-aarch64-unknown-linux-musl.tar.xz</a></td>
<td>ARM64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-unknown-linux-musl.tar.xz">minijinja-cli-i686-unknown-linux-musl.tar.xz</a></td>
<td>x86 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-unknown-linux-musl.tar.xz">minijinja-cli-x86_64-unknown-linux-musl.tar.xz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md">minijinja's
changelog</a>.</em></p>
<blockquote>
<h2>2.17.1</h2>
<ul>
<li>Re-release of 2.17.0 to fix release automation.</li>
<li>Switched npm publishing to trusted publishing (OIDC/provenance) and
removed token-based auth from CI.</li>
<li>Prevented duplicate crates.io publish attempts by skipping
slash-prefixed tags in crates publishing.</li>
</ul>
<h2>2.17.0</h2>
<ul>
<li>Added <code>'c'</code> (character) format type support for format
filters and <code>str.format</code>-style formatting. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/868">#868</a></li>
<li>Added prebuilt <code>minijinja-cli</code> release targets for
<code>aarch64-pc-windows-msvc</code> (Windows ARM64) and
<code>armv7-unknown-linux-gnueabihf</code>.</li>
<li>Fixed strict and semi-strict undefined handling so string-coercing
filter/function arguments also fail for nested
<code>Rest&lt;String&gt;</code> and <code>Vec&lt;String&gt;</code>
conversions. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/877">#877</a></li>
<li>Fixed Python CI/build compatibility with newer <code>maturin</code>
by moving stripping from global config to release wheel build
arguments.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/73a10149b28a7c978ed708de9d85f64d1805f8a8"><code>73a1014</code></a>
chore(release): 2.17.1</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/b44c125a8482ded40b62ae3f13311391068dfead"><code>b44c125</code></a>
fix(ci): use npm trusted publish and gate crates tags</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/d738c83a25ed5206ae2c61cf961f07aa2a3c63d2"><code>d738c83</code></a>
chore(release): 2.17.0</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/9020235978004c84801cd9a1c35dae5cdfa238ba"><code>9020235</code></a>
meta: update changelog</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/43176cabe747d55998c5912150c30596f68db7d0"><code>43176ca</code></a>
feat(release): add win arm64 and armv7 cli targets</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/436f5239ddee5923d1ddb0ed42d3c7ae15213f0b"><code>436f523</code></a>
Add 'c' format type support to format filters (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/868">#868</a>)</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/bb0fb2f55f2047f501dbc470a6a696d46f98928e"><code>bb0fb2f</code></a>
docs(changelog): add unreleased undefined and maturin fixes</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/279a324ad5978f65b9fca36f9702f14dcac57882"><code>279a324</code></a>
patch grammar (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/874">#874</a>)</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/243bc282365478fe8da5edb5cf65f17905396b83"><code>243bc28</code></a>
fix: complain when filter is used on undefined in strict and semi-strict
mode...</li>
<li>See full diff in <a
href="https://github.com/mitsuhiko/minijinja/compare/minijinja-go/v2.16.0...minijinja-go/v2.17.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minijinja&package-manager=cargo&previous-version=2.16.0&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
big-mac-slice pushed a commit to perpetualsystems/iceberg-rust that referenced this pull request Apr 2, 2026
Bumps [minijinja](https://github.com/mitsuhiko/minijinja) from 2.16.0 to
2.17.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/minijinja/releases">minijinja's
releases</a>.</em></p>
<blockquote>
<h2>2.17.0</h2>
<h2>Release Notes</h2>
<ul>
<li>Added <code>'c'</code> (character) format type support for format
filters and <code>str.format</code>-style formatting. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/868">#868</a></li>
<li>Added prebuilt <code>minijinja-cli</code> release targets for
<code>aarch64-pc-windows-msvc</code> (Windows ARM64) and
<code>armv7-unknown-linux-gnueabihf</code>.</li>
<li>Fixed strict and semi-strict undefined handling so string-coercing
filter/function arguments also fail for nested
<code>Rest&lt;String&gt;</code> and <code>Vec&lt;String&gt;</code>
conversions. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/877">#877</a></li>
<li>Fixed Python CI/build compatibility with newer <code>maturin</code>
by moving stripping from global config to release wheel build
arguments.</li>
</ul>
<h2>Install minijinja-cli 2.17.0</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c &quot;irm
https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-installer.ps1
| iex&quot;
</code></pre>
<h2>Download minijinja-cli 2.17.0</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-apple-darwin.tar.xz">minijinja-cli-aarch64-apple-darwin.tar.xz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-apple-darwin.tar.xz">minijinja-cli-x86_64-apple-darwin.tar.xz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-pc-windows-msvc.zip">minijinja-cli-aarch64-pc-windows-msvc.zip</a></td>
<td>ARM64 Windows</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-pc-windows-msvc.zip">minijinja-cli-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-pc-windows-msvc.zip">minijinja-cli-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-unknown-linux-gnu.tar.xz">minijinja-cli-aarch64-unknown-linux-gnu.tar.xz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-unknown-linux-gnu.tar.xz">minijinja-cli-i686-unknown-linux-gnu.tar.xz</a></td>
<td>x86 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-unknown-linux-gnu.tar.xz">minijinja-cli-x86_64-unknown-linux-gnu.tar.xz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz">minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz</a></td>
<td>ARMv7 Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-armv7-unknown-linux-gnueabihf.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-unknown-linux-musl.tar.xz">minijinja-cli-aarch64-unknown-linux-musl.tar.xz</a></td>
<td>ARM64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-aarch64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-unknown-linux-musl.tar.xz">minijinja-cli-i686-unknown-linux-musl.tar.xz</a></td>
<td>x86 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-i686-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-unknown-linux-musl.tar.xz">minijinja-cli-x86_64-unknown-linux-musl.tar.xz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/mitsuhiko/minijinja/releases/download/minijinja-go/v2.17.0/minijinja-cli-x86_64-unknown-linux-musl.tar.xz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md">minijinja's
changelog</a>.</em></p>
<blockquote>
<h2>2.17.1</h2>
<ul>
<li>Re-release of 2.17.0 to fix release automation.</li>
<li>Switched npm publishing to trusted publishing (OIDC/provenance) and
removed token-based auth from CI.</li>
<li>Prevented duplicate crates.io publish attempts by skipping
slash-prefixed tags in crates publishing.</li>
</ul>
<h2>2.17.0</h2>
<ul>
<li>Added <code>'c'</code> (character) format type support for format
filters and <code>str.format</code>-style formatting. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/868">#868</a></li>
<li>Added prebuilt <code>minijinja-cli</code> release targets for
<code>aarch64-pc-windows-msvc</code> (Windows ARM64) and
<code>armv7-unknown-linux-gnueabihf</code>.</li>
<li>Fixed strict and semi-strict undefined handling so string-coercing
filter/function arguments also fail for nested
<code>Rest&lt;String&gt;</code> and <code>Vec&lt;String&gt;</code>
conversions. <a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/877">#877</a></li>
<li>Fixed Python CI/build compatibility with newer <code>maturin</code>
by moving stripping from global config to release wheel build
arguments.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/73a10149b28a7c978ed708de9d85f64d1805f8a8"><code>73a1014</code></a>
chore(release): 2.17.1</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/b44c125a8482ded40b62ae3f13311391068dfead"><code>b44c125</code></a>
fix(ci): use npm trusted publish and gate crates tags</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/d738c83a25ed5206ae2c61cf961f07aa2a3c63d2"><code>d738c83</code></a>
chore(release): 2.17.0</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/9020235978004c84801cd9a1c35dae5cdfa238ba"><code>9020235</code></a>
meta: update changelog</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/43176cabe747d55998c5912150c30596f68db7d0"><code>43176ca</code></a>
feat(release): add win arm64 and armv7 cli targets</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/436f5239ddee5923d1ddb0ed42d3c7ae15213f0b"><code>436f523</code></a>
Add 'c' format type support to format filters (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/868">#868</a>)</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/bb0fb2f55f2047f501dbc470a6a696d46f98928e"><code>bb0fb2f</code></a>
docs(changelog): add unreleased undefined and maturin fixes</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/279a324ad5978f65b9fca36f9702f14dcac57882"><code>279a324</code></a>
patch grammar (<a
href="https://redirect.github.com/mitsuhiko/minijinja/issues/874">#874</a>)</li>
<li><a
href="https://github.com/mitsuhiko/minijinja/commit/243bc282365478fe8da5edb5cf65f17905396b83"><code>243bc28</code></a>
fix: complain when filter is used on undefined in strict and semi-strict
mode...</li>
<li>See full diff in <a
href="https://github.com/mitsuhiko/minijinja/compare/minijinja-go/v2.16.0...minijinja-go/v2.17.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minijinja&package-manager=cargo&previous-version=2.16.0&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant