Release blue-build v0.4.0
This commit is contained in:
parent
754b4516e7
commit
bf0479cc48
3 changed files with 28 additions and 3 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
|
@ -5,6 +5,30 @@ 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.4.0 (2024-01-14)
|
||||||
|
|
||||||
|
### New Features (BREAKING)
|
||||||
|
|
||||||
|
- <csr-id-754b4516e75e1b7483f85e5586a6ad637e3999d9/> remove containerfile arg since we use compiled time templates
|
||||||
|
|
||||||
|
### 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**
|
||||||
|
- Remove containerfile arg since we use compiled time templates (754b451)
|
||||||
|
</details>
|
||||||
|
|
||||||
## v0.3.13 (2024-01-14)
|
## v0.3.13 (2024-01-14)
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
@ -19,7 +43,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.
|
||||||
- 7 days passed between releases.
|
- 7 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 +55,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.13 (0611cea)
|
||||||
- Conflicting short args for build subcommand (150aee0)
|
- Conflicting short args for build subcommand (150aee0)
|
||||||
- Local image rebasing (eaeb79f)
|
- Local image rebasing (eaeb79f)
|
||||||
</details>
|
</details>
|
||||||
|
|
|
||||||
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.13"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"askama",
|
"askama",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "blue-build"
|
name = "blue-build"
|
||||||
version = "0.3.13"
|
version = "0.4.0"
|
||||||
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