# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.0.4](https://github.com/fossable/goldboot/compare/goldboot-registry-v0.0.3...goldboot-registry-v0.0.4) - 2024-05-17 ### Other - update Cargo.lock dependencies ## [0.0.3](https://github.com/fossable/goldboot/compare/goldboot-registry-v0.0.2...goldboot-registry-v0.0.3) - 2024-05-17 ### Other - updated the following local packages: goldboot ## [0.0.2](https://github.com/fossable/goldboot/compare/goldboot-registry-v0.0.1...goldboot-registry-v0.0.2) - 2024-05-15 ### Other - release ## [0.0.1](https://github.com/fossable/goldboot/releases/tag/goldboot-registry-v0.0.1) - 2024-05-12 ### Other - re-enable goldboot linux - update readme - restore registry crate - merge registry into main crate - update dependencies - replace log with tracing - fix remaining build errors - replace simple_error -> anyhow - use enum dispatch in image mold - continue cleanup - reorganize crates - reorganize crates - remove goldboot-graphics crate - back to standard formatting - Bump rustls-pemfile from 0.3.0 to 1.0.1 ([#37](https://github.com/fossable/goldboot/pull/37)) - Fix remaining image test - Migrate core crate into CLI crate - Begin updating image format for cluster encryption - Begin to add registry endpoints - Enable dependabot - Rename gui crate - Automatically strip release profile executables - Migrate goldboot-image crate into goldboot-core - Begin transition from qcow to custom image container - Repair the build again - Change formatter conventions - Move templates back into core module - Reorganize into rust workspaces