Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.95 KB

File metadata and controls

58 lines (34 loc) · 1.95 KB

Changelog

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.

[Unreleased]

0.1.78 - 2026-04-14

Added

  • toml v1.1 support

Other

  • Add riscv64 architecture to Docker workflow
  • add OCI annotations

0.1.77 - 2026-03-03

Fixed

  • Remove lints from manifests in recipe.json

0.1.76 - 2026-03-03

Added

  • Minimize generated recipe to increase cache hit ratio when cargo chef prepare is invoked with a --bin option (by @preiter93)
  • Publish a prebuilt cargo-chef Docker image for every upstream Rust tag.
  • Broaden the set of supported architectures for Docker images to include i386 and arm32v7

Other

  • Upgrade to latest versions of all dependencies
  • Allow cargo-chef to fetch dependencies in cargo chef prepare, if either --bin was specified or the lockfile is missing.

0.1.75 - 2026-02-28

Added

  • Support the --jobs flags.

Other

  • 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

0.1.74 - 2026-02-27

Other

  • Fix Docker publishing workflow (#328)
  • Start testing caching behaviour with real builds (#327)