Release blue-build v0.3.13
This commit is contained in:
parent
150aee028b
commit
0611cea4f5
3 changed files with 34 additions and 3 deletions
33
CHANGELOG.md
33
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
|
||||
|
||||
- <csr-id-eaeb79f329282d9214ceda0b3d66b72f52dc2427/> Local image rebasing
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- <csr-id-150aee028b611cf30415aa98ca5a2ee82c9ca550/> conflicting short args for build subcommand
|
||||
|
||||
### Commit Statistics
|
||||
|
||||
<csr-read-only-do-not-edit/>
|
||||
|
||||
- 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
|
||||
|
||||
<csr-read-only-do-not-edit/>
|
||||
|
||||
<details><summary>view details</summary>
|
||||
|
||||
* **Uncategorized**
|
||||
- Conflicting short args for build subcommand (150aee0)
|
||||
- Local image rebasing (eaeb79f)
|
||||
</details>
|
||||
|
||||
## 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
|
|||
|
||||
<csr-read-only-do-not-edit/>
|
||||
|
||||
- 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
|
|||
<details><summary>view details</summary>
|
||||
|
||||
* **Uncategorized**
|
||||
- Release blue-build v0.3.12 (7829ea6)
|
||||
- Add logos (7d2a078)
|
||||
</details>
|
||||
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -149,7 +149,7 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
|||
|
||||
[[package]]
|
||||
name = "blue-build"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"askama",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue