Skip to content

Commit 07af8f8

Browse files
chore: release v0.1.76
1 parent ad4e29e commit 07af8f8

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.76](https://github.com/LukeMathWalker/cargo-chef/compare/v0.1.75...v0.1.76) - 2026-03-03
11+
12+
### Added
13+
14+
- Minimize generated recipe to increase cache hit ratio when `cargo chef prepare` is invoked with a `--bin` option
15+
- Publish a prebuilt `cargo-chef` Docker image for every upstream Rust tag.
16+
- Broaden the set of supported architectures for Docker images to include `i386` and `arm32v7`
17+
18+
### Other
19+
20+
- Upgrade to latest versions of all dependencies
21+
- Allow cargo-chef to fetch dependencies in `cargo chef prepare`, if either `--bin` was specified or
22+
the lockfile is missing.
23+
1024
## [0.1.75](https://github.com/LukeMathWalker/cargo-chef/compare/v0.1.74...v0.1.75) - 2026-02-28
1125

1226
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-chef"
3-
version = "0.1.75"
3+
version = "0.1.76"
44
authors = ["Luca Palmieri <lpalmieri@truelayer.com>"]
55
edition = "2018"
66
description = "A cargo sub-command to build project dependencies for optimal Docker layer caching."

0 commit comments

Comments
 (0)