From 87d2a6fc03236b92eab5fadb00fb9c9e07673e4d Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 7 Feb 2024 16:26:01 -0500 Subject: [PATCH] Prepare for 0.7.0 release --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5457b58..fdc1f4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.7.0] - 2024-02-07 + +### Features + +- Snippets (#51) + +### Refactor + +- [**breaking**] Rename bb to bluebuild (#50) + ## [0.6.0] - 2024-02-06 ### Bug Fixes @@ -35,6 +45,7 @@ All notable changes to this project will be documented in this file. - Update README to show github action use - Set version to 0.5.6-dev.0 to prepare for first release - Switch back to crate format_serde_error +- Prepare for 0.6.0 release ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 3f499db0..ed1c1e62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "blue-build" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 242c60d6..f69a47c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blue-build" -version = "0.6.0" +version = "0.7.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"