diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef0045..6e2537c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,43 @@ 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-30) +## v0.3.6 (2023-12-30) + +### New Features + + - Add Github support in Build command + +### Bug Fixes + + - bump version + - Update cargo.toml + - logging + +### Commit Statistics + + + + - 6 commits contributed to the release. + - 1 day passed between releases. + - 4 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Bump version (88cc375) + - Release ublue-rs v0.3.5 (9387d20) + - Update cargo.toml (7bae446) + - Fix changelog (bfdd3ce) + - Logging (75dc311) + - Add Github support in Build command (6a15c56) +
+ +## v0.3.5 (2023-12-28) @@ -35,9 +71,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 4 commits contributed to the release. - - 1 day passed between releases. - - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 12 commits contributed to the release over the course of 9 calendar days. + - 9 days passed between releases. + - 7 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details @@ -47,10 +83,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** - - Update cargo.toml (7bae446) - - Fix changelog (bfdd3ce) - - Logging (75dc311) - - Add Github support in Build command (6a15c56) + - Release ublue-rs v0.3.5 (386308f) + - Update changelog for release (7897f9d) + - 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)
## v0.3.4 (2023-12-19)