chore: Release

This commit is contained in:
Gerald Pinder 2024-05-16 20:39:06 -04:00
parent 9b829151c3
commit 8308e5b285
6 changed files with 30 additions and 12 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.8"
version = "0.8.9"
[workspace.dependencies]
anyhow = "1"
@ -52,9 +52,9 @@ pre-release-replacements = [
]
[dependencies]
blue-build-recipe = { version = "=0.8.8", path = "./recipe" }
blue-build-template = { version = "=0.8.8", path = "./template" }
blue-build-utils = { version = "=0.8.8", path = "./utils" }
blue-build-recipe = { version = "=0.8.9", path = "./recipe" }
blue-build-template = { version = "=0.8.9", path = "./template" }
blue-build-utils = { version = "=0.8.9", path = "./utils" }
clap-verbosity-flag = "2"
clap_complete = "4"
clap_complete_nushell = "4"