Release blue-build v0.3.10
This commit is contained in:
parent
dfb315447c
commit
7ae8dcd273
3 changed files with 36 additions and 3 deletions
35
CHANGELOG.md
35
CHANGELOG.md
|
|
@ -5,8 +5,40 @@ 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.10 (2024-01-04)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- <csr-id-dfb315447c0d1bd41abe99fea25738e870eb97b8/> stop possible from-file, type module collision in template
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- <csr-id-d663b7574bb140848e1a80659440b3498444500b/> Use askama crate for compile-time template type checking
|
||||||
|
|
||||||
|
### Commit Statistics
|
||||||
|
|
||||||
|
<csr-read-only-do-not-edit/>
|
||||||
|
|
||||||
|
- 2 commits contributed to the release.
|
||||||
|
- 2 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
|
||||||
|
|
||||||
|
<csr-read-only-do-not-edit/>
|
||||||
|
|
||||||
|
<details><summary>view details</summary>
|
||||||
|
|
||||||
|
* **Uncategorized**
|
||||||
|
- Stop possible from-file, type module collision in template (dfb3154)
|
||||||
|
- Use askama crate for compile-time template type checking (d663b75)
|
||||||
|
</details>
|
||||||
|
|
||||||
## v0.3.9 (2024-01-01)
|
## v0.3.9 (2024-01-01)
|
||||||
|
|
||||||
|
<csr-id-938ddae891b75049485949fa3f46cbc69b27f1af/>
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- <csr-id-7dd3a8f0f9cbdc53d00d53e07f8548bc4ddcdddf/> clippy error for image_tag
|
- <csr-id-7dd3a8f0f9cbdc53d00d53e07f8548bc4ddcdddf/> clippy error for image_tag
|
||||||
|
|
@ -21,7 +53,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/>
|
||||||
|
|
||||||
- 4 commits contributed to the release over the course of 1 calendar day.
|
- 5 commits contributed to the release over the course of 1 calendar day.
|
||||||
- 1 day passed between releases.
|
- 1 day passed between releases.
|
||||||
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
|
- 4 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
|
||||||
|
|
@ -33,6 +65,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.9 (039c5f9)
|
||||||
- Inefficiency in generated Containerfile (938ddae)
|
- Inefficiency in generated Containerfile (938ddae)
|
||||||
- Clippy error for image_tag (7dd3a8f)
|
- Clippy error for image_tag (7dd3a8f)
|
||||||
- Allow image_version to be a String (ca95e32)
|
- Allow image_version to be a String (ca95e32)
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -149,7 +149,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "blue-build"
|
name = "blue-build"
|
||||||
version = "0.3.9"
|
version = "0.3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"askama",
|
"askama",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "blue-build"
|
name = "blue-build"
|
||||||
version = "0.3.9"
|
version = "0.3.10"
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue