From 9387d2075f245ed596e3809dd9fb0be12e4a67a1 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 30 Dec 2023 11:45:56 -0500 Subject: [PATCH] Release ublue-rs v0.3.5 --- CHANGELOG.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e58ba5..7ef0045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## v0.3.5 (2023-12-28) +## v0.3.5 (2023-12-30) @@ -23,18 +23,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add main README template - Adding new subcommand - Adding more template files for init + - Add Github support in Build command ### Bug Fixes - add support for alpine image and using either podman or buildah + - Update cargo.toml + - logging ### Commit Statistics - - 10 commits contributed to the release over the course of 9 calendar days. - - 10 days passed between releases. - - 7 commits were understood as [conventional](https://www.conventionalcommits.org). + - 4 commits contributed to the release. + - 1 day passed between releases. + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details @@ -44,16 +47,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Add basic templating support for Github Actions (7ce7048) - - Add support for alpine image and using either podman or buildah (3b07758) - - Add main README template (6c61cab) - - Adding new subcommand (249f852) - - Adding more template files for init (556652f) - - Update README and CHANGELOG (c559fb4) - - Add ability to use incremental caching for rust builds in Earthfile (a25e041) - - Have ublue-cli manage iso-generator (a3da7e3) - - Switch to using typed builders (aa86f48) - - Fix SAVE IMAGE (e9cfc8a) + - Update cargo.toml (7bae446) + - Fix changelog (bfdd3ce) + - Logging (75dc311) + - Add Github support in Build command (6a15c56)
## v0.3.4 (2023-12-19)