chore: bump & publish crates - #2427
Merged
Merged
Conversation
prefix-dev-release-bot
Bot
force-pushed
the
release-plz-2026-04-16T08-49-05Z
branch
10 times, most recently
from
April 22, 2026 06:26
7b7fdec to
eeb4a13
Compare
prefix-dev-release-bot
Bot
force-pushed
the
release-plz-2026-04-16T08-49-05Z
branch
12 times, most recently
from
May 4, 2026 07:41
369d2d0 to
c7a7eb0
Compare
prefix-dev-release-bot
Bot
force-pushed
the
release-plz-2026-04-16T08-49-05Z
branch
7 times, most recently
from
May 8, 2026 07:30
30a334e to
83a6cf8
Compare
prefix-dev-release-bot
Bot
force-pushed
the
release-plz-2026-04-16T08-49-05Z
branch
5 times, most recently
from
May 13, 2026 16:18
d01314c to
34813c6
Compare
prefix-dev-release-bot
Bot
force-pushed
the
release-plz-2026-04-16T08-49-05Z
branch
3 times, most recently
from
May 20, 2026 07:44
0e9d4a7 to
59b2fd1
Compare
prefix-dev-release-bot
Bot
force-pushed
the
release-plz-2026-04-16T08-49-05Z
branch
from
May 20, 2026 07:56
837870e to
1e50ac8
Compare
minijinja 2.20.0 split chained comparisons (e.g. `a < b < c`) out of Expr::BinOp into a dedicated Expr::Compare variant, which broke the exhaustive match in collect_variables_from_expr. Add a Compare arm that walks the left-hand expression and every operand of the chain so all referenced variables continue to be tracked. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
The playground crate is excluded from the main workspace and keeps its own lockfile for WASM dep resolution. It was still pinned to minijinja 2.18, so after adding the Expr::Compare arm (only present in 2.20+) the WASM build broke with E0599 on the playground crate. Run `cargo update -p minijinja` inside the playground so it resolves to 2.20.0 like the rest of the workspace. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…pace py-rattler-build/rust/ has its own Cargo.lock (it's a separate Cargo project, not a workspace member). It was still pinned to minijinja 2.18.0, so pre-commit's py-rattler-build-cargo-clippy job failed with E0599 on Expr::Compare after the source fix landed. Same shape as the playground lockfile bump in the previous commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
rattler_build_types: 0.1.6 -> 0.1.7rattler_build_jinja: 0.1.6 -> 0.1.7rattler_build_networking: 0.1.5 -> 0.1.6rattler_build_script: 0.2.3 -> 0.2.4rattler_build_variant_config: 0.1.6 -> 0.1.7rattler_build_recipe: 0.1.6 -> 0.1.7rattler_build_source_cache: 0.1.5 -> 0.1.6rattler_build_core: 0.2.4 -> 0.2.5rattler_build_recipe_generator: 0.1.5 -> 0.1.6rattler_build_package: 0.1.6 -> 0.1.7rattler_build_yaml_parser: 0.1.6 -> 0.1.7Changelog
rattler_build_typesrattler_build_jinjarattler_build_networkingrattler_build_scriptrattler_build_variant_configrattler_build_reciperattler_build_source_cacherattler_build_corerattler_build_recipe_generatorrattler_build_packagerattler_build_yaml_parserThis PR was generated with release-plz.