Release blue-build v0.3.11

This commit is contained in:
Gitlab 2024-01-04 05:20:33 +00:00
parent ebd399e960
commit c13637ca88
3 changed files with 30 additions and 3 deletions

View file

@ -5,8 +5,34 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.3.11 (2024-01-04)
### Bug Fixes
- <csr-id-ebd399e960edc3707f457807ca7a99c92a7c0ae7/> removed unwrap from template to handle with proper error message
### Commit Statistics
<csr-read-only-do-not-edit/>
- 1 commit contributed to the release.
- 1 commit was 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**
- Removed unwrap from template to handle with proper error message (ebd399e)
</details>
## v0.3.10 (2024-01-04) ## v0.3.10 (2024-01-04)
<csr-id-d663b7574bb140848e1a80659440b3498444500b/>
### Bug Fixes ### Bug Fixes
- <csr-id-dfb315447c0d1bd41abe99fea25738e870eb97b8/> stop possible from-file, type module collision in template - <csr-id-dfb315447c0d1bd41abe99fea25738e870eb97b8/> stop possible from-file, type module collision in template
@ -19,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<csr-read-only-do-not-edit/> <csr-read-only-do-not-edit/>
- 2 commits contributed to the release. - 3 commits contributed to the release.
- 2 days passed between releases. - 2 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages - 0 issues like '(#ID)' were seen in commit messages
@ -31,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary> <details><summary>view details</summary>
* **Uncategorized** * **Uncategorized**
- Release blue-build v0.3.10 (7ae8dcd)
- Stop possible from-file, type module collision in template (dfb3154) - Stop possible from-file, type module collision in template (dfb3154)
- Use askama crate for compile-time template type checking (d663b75) - Use askama crate for compile-time template type checking (d663b75)
</details> </details>

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "blue-build" name = "blue-build"
version = "0.3.10" version = "0.3.11"
edition = "2021" edition = "2021"
description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project" description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project"
repository = "https://gitlab.com/wunker-bunker/blue-build" repository = "https://gitlab.com/wunker-bunker/blue-build"