chore: Release blue-build version 0.8.1

This commit is contained in:
Gerald Pinder 2024-02-26 09:28:33 -05:00
parent 0fd06cacd7
commit 83c966b560
4 changed files with 10 additions and 3 deletions

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.8.1] - 2024-02-26
### Bug Fixes
- COPY yq into final image for modules
## [0.8.0] - 2024-02-25
### Bug Fixes
@ -40,6 +46,7 @@ All notable changes to this project will be documented in this file.
- Add trace log for github cosign verify
- Fix integration-tests for forks
- Update default module source (#76)
- Release blue-build version 0.8.0
### Refactor

2
Cargo.lock generated
View file

@ -278,7 +278,7 @@ dependencies = [
[[package]]
name = "blue-build"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"anyhow",
"askama",

View file

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

View file

@ -2,7 +2,7 @@
set -euo pipefail
VERSION=v0.8.0
VERSION=v0.8.1
# We use sudo for podman so that we can copy directly into /usr/local/bin