From 3c8fdc29d29f243520b5e69c47d13b915a374ed5 Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:31:55 +0200 Subject: [PATCH] chore: release v0.1.78 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c51dca..74284d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.78](https://github.com/LukeMathWalker/cargo-chef/compare/v0.1.77...v0.1.78) - 2026-04-13 + +### Added + +- toml v1.1 support + +### Other + +- add OCI annotations + ## [0.1.77](https://github.com/LukeMathWalker/cargo-chef/compare/v0.1.76...v0.1.77) - 2026-03-03 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1402efe..ef35d04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,7 +144,7 @@ dependencies = [ [[package]] name = "cargo-chef" -version = "0.1.77" +version = "0.1.78" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 1a4503c..6fc2ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-chef" -version = "0.1.77" +version = "0.1.78" authors = ["Luca Palmieri "] edition = "2018" description = "A cargo sub-command to build project dependencies for optimal Docker layer caching."