Prepare for 0.7.0 release
This commit is contained in:
parent
0d8fd93917
commit
87d2a6fc03
3 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
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
|
||||
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -278,7 +278,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "blue-build"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"askama",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue