Skip to content

Commit 1ebf945

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

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ 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 recipe to increase cache hit ratio
15+
- Publish a prebuilt cargo-chef image for every upstream rust tag. Broaden architecture support to include , and
16+
17+
### Other
18+
19+
- Upgrade to latest versions of dependencies
20+
- Use HashSet rather than Vec for contains check
21+
- Use 'cargo metadata --no-deps' when prepare wasn't given a --bin option
22+
- Allow cargo-chef to fetch dependencies when computing the package graph
23+
- Don't use fetch to get tags
24+
1025
## [0.1.75](https://github.com/LukeMathWalker/cargo-chef/compare/v0.1.74...v0.1.75) - 2026-02-28
1126

1227
### 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)