Skip to content

Commit

Permalink
chore: Release blue-build version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Feb 26, 2024
1 parent 0fd06ca commit 83c966b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 83c966b

Please sign in to comment.