From 0611cea4f58f6c180ddb578ce9252079d44b7bc8 Mon Sep 17 00:00:00 2001 From: Gitlab Date: Sun, 14 Jan 2024 03:11:11 +0000 Subject: [PATCH] Release blue-build v0.3.13 --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f2425..24d4c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,36 @@ 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.13 (2024-01-14) + +### New Features + + - Local image rebasing + +### Bug Fixes + + - conflicting short args for build subcommand + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 7 days passed between releases. + - 2 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Conflicting short args for build subcommand (150aee0) + - Local image rebasing (eaeb79f) +
+ ## v0.3.12 (2024-01-06) ### Documentation @@ -15,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 2 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -27,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release blue-build v0.3.12 (7829ea6) - Add logos (7d2a078)
diff --git a/Cargo.lock b/Cargo.lock index 12bc0f0..9bf1387 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "blue-build" -version = "0.3.12" +version = "0.3.13" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 4f0fda5..db32255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blue-build" -version = "0.3.12" +version = "0.3.13" edition = "2021" description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project" repository = "https://gitlab.com/wunker-bunker/blue-build"