Prepare for 0.7.0 release

This commit is contained in:
Gerald Pinder 2024-02-07 16:26:01 -05:00
parent 0d8fd93917
commit 87d2a6fc03
3 changed files with 13 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

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

View file

@ -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"