chore: Release

This commit is contained in:
Gerald Pinder 2024-05-05 01:18:08 -04:00
parent 50088db096
commit 5786ce40bf
7 changed files with 32 additions and 13 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
repository = "https://github.com/blue-build/cli"
license = "Apache-2.0"
categories = ["command-line-utilities"]
version = "0.8.6"
version = "0.8.7"
[workspace.dependencies]
anyhow = "1"
@ -53,9 +53,9 @@ pre-release-replacements = [
]
[dependencies]
blue-build-recipe = { version = "=0.8.6", path = "./recipe" }
blue-build-template = { version = "=0.8.6", path = "./template" }
blue-build-utils = { version = "=0.8.6", path = "./utils" }
blue-build-recipe = { version = "=0.8.7", path = "./recipe" }
blue-build-template = { version = "=0.8.7", path = "./template" }
blue-build-utils = { version = "=0.8.7", path = "./utils" }
clap-verbosity-flag = "2"
clap_complete = "4"
clap_complete_nushell = "4"