chore: Prepare for 0.6.0 release

This commit is contained in:
Gerald Pinder 2024-02-05 23:09:40 -05:00
parent c47f80232b
commit 7cfa191e2a
3 changed files with 254 additions and 986 deletions

File diff suppressed because it is too large Load diff

2
Cargo.lock generated
View file

@ -278,7 +278,7 @@ dependencies = [
[[package]]
name = "blue-build"
version = "0.5.6-dev.0"
version = "0.6.0"
dependencies = [
"anyhow",
"askama",

View file

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