From c2b2d804752a77fe819edbf9a6a7205db76e35fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Fri, 2 Feb 2024 11:03:07 +0100 Subject: [PATCH] chore: update changelog for v0.6 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ca799..4476671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Version 0.6.0 + +- Introduction of layers. +- Introduction of repositories. +- Backwards-incompatible changes to image building pipeline: + + Layers instead of recipes in `rugpi-bakery.toml`. + + Removal of default recipes. Recipes must be explicitly enabled. + + Separate `images` sections in `rugpi-bakery.toml`. + ## Version 0.5.0 - Support for all models of Raspberry Pi via U-Boot.