All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.78 - 2026-04-14
- toml v1.1 support
- Add riscv64 architecture to Docker workflow
- add OCI annotations
0.1.77 - 2026-03-03
- Remove lints from manifests in recipe.json
0.1.76 - 2026-03-03
- Minimize generated recipe to increase cache hit ratio when
cargo chef prepareis invoked with a--binoption (by @preiter93) - Publish a prebuilt
cargo-chefDocker image for every upstream Rust tag. - Broaden the set of supported architectures for Docker images to include
i386andarm32v7
- Upgrade to latest versions of all dependencies
- Allow cargo-chef to fetch dependencies in
cargo chef prepare, if either--binwas specified or the lockfile is missing.
0.1.75 - 2026-02-28
- Support the --jobs flags.
- Disable semver check. We version based on the CLI interface, not the library one
- Bump rustsec/audit-check from 1.4.1 to 2.0.0 (#278)
- Use a PAT to allow release-plz's job to trigger other workflows