Release blue-build v0.4.1

This commit is contained in:
Gitlab 2024-01-14 03:45:18 +00:00
parent 41bdd85903
commit 27d04e232e
3 changed files with 33 additions and 3 deletions

View file

@ -5,6 +5,35 @@ 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.4.1 (2024-01-14)
### Documentation
- <csr-id-41bdd85903e3ce7bb7254eeef20e402541bedb63/> Update README to describe using local builds
### Bug Fixes
- <csr-id-f8dfc6b241922f018b123115b4d40f19002ccb16/> Installer used wrong image tag
### Commit Statistics
<csr-read-only-do-not-edit/>
- 2 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
<csr-read-only-do-not-edit/>
<details><summary>view details</summary>
* **Uncategorized**
- Update README to describe using local builds (41bdd85)
- Installer used wrong image tag (f8dfc6b)
</details>
## v0.4.0 (2024-01-14)
### New Features (BREAKING)
@ -15,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<csr-read-only-do-not-edit/>
- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@ -26,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>
* **Uncategorized**
- Release blue-build v0.4.0 (bf0479c)
- Remove containerfile arg since we use compiled time templates (754b451)
</details>

2
Cargo.lock generated
View file

@ -149,7 +149,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
[[package]]
name = "blue-build"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"anyhow",
"askama",

View file

@ -1,6 +1,6 @@
[package]
name = "blue-build"
version = "0.4.0"
version = "0.4.1"
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"